https://github.com/stabla/btcsupply_bot_deprecated
Twitter Bot to alert when BTC supply is becoming bigger (in NodeJS and Python) 🤖
https://github.com/stabla/btcsupply_bot_deprecated
Last synced: about 1 year ago
JSON representation
Twitter Bot to alert when BTC supply is becoming bigger (in NodeJS and Python) 🤖
- Host: GitHub
- URL: https://github.com/stabla/btcsupply_bot_deprecated
- Owner: stabla
- Created: 2017-08-23T19:48:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T05:00:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T17:06:42.884Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://twitter.com/btcsupply
- Size: 2.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Bitcoin Supply Bot](https://www.twitter.com/btcsupply)
Project is no longer maintained. The source coude remains valid but the bot has been discontinued.
##### NodeJS (main bot, actually running)
This little script is coded in NodeJS and is turning on Heroku.
To run the script : `node bot.js`
NodeJS bot files : bot.js, config.js, package.json
##### Python - DEPRECATED
I have made the same thing but in Python, just for fun.
You can run the script with `python bot.py`
Python bot files : bot.py, twitter_acces.py
##### API
API used to make it: [CryptoCurrency Market Capitalizations](https://coinmarketcap.com/) & [Twitter REST APIs](https://dev.twitter.com/rest/public)