@Jotaro07115318 [https://twitter.com/Jotaro07115318]
- A bot which tweets the prices of cryptocurrencies every now and then.
- API i used CoinGecko API [https://www.coingecko.com/en/api]
- Python
- tweepy.py
- Fork this repo
- Clone the forked repo
- Install tweepy module:
pip install tweepy
- Install requests module:
python -m pip install requests
- (This is for hacknight only) The keys are given freely (pls dont misuse :( xD), You can directly change and see the results in the twitter bot account.
Please do note that you need to comply to these set of rules.
- Add contribution guidelines (Done)
- Create a .gitignore file to save my api keys (Not needed for hacknight)