Crypto data scraper using Websockets to receive real-time data from cryptocurrency exchanges. This is saved to a local MongoDB server so it can be used for historic analysis.
Install Python 3 and MongoDB on the machine you want to run this program on.
- pymongo
- websocket-client
Run the following command to install the required Python packages:
pip3 install -r requirements
You do not need to add the database or the collections. These are automatically created.