coingecko_collect_v1.0.0
bot via python for coingecko.
how to use:
windows
- install python v3.9.1 on server or local machine.
- via cmd navigate to 'coingecko_collect' folder.
- run 'pip3 install -r requirements.txt' to install requirements.
- setup your accounts via 'data.py'.
- run 'py -3 collect.py' or 'py -3 reward.py' to start the bot.
linux
- install python v3.9.1 on server or local machine by following command: 'sudo apt-get install python3.9 python3-pip -y && pip3 install -r requirements.txt'.
- via cmd navigate to 'coingecko_collect' folder.
- run 'pip3 install -r requirements.txt' to install requirements.
- setup your accounts via 'data.py'.
- run 'python3 collect.py' or 'python3 reward.py' to start the bot.