CryptocurrenciesScraper
Get the historical prices of cryptocurrencies and store them in a database file.
Installation
git clone https://github.com/codelardo/CryptocurrenciesScraper.git
Requirement
- Python 3.x
- BeautifulSoup
- Requests
- Dotenv
All the dependencies can be installed using requirement file
pip install -r requirements.txt
Usage
- Create env file and set environment variables:
BASE_URL="https://coinmarketcap.com/currencies/"
URL_QUERY_STRING="/historical-data/?start=20090101&end=20200302" - Edit criptocurrencies.py with the list of cryptocurrencies you want
- Run the Following:
python getCryptocurrenciesData.py