/bitcoin-price-twitter-bot

Twitter that tweets crypto market updates about the Bitcoin and more stuff

Primary LanguageJavaScript

bitcoin-price-twitter-bot

Bitcoin Price Twitter Bot

  • Tweets every day at 8:00am UTC
  • To send a tweet -> trigger the heroku server
git push; git push heroku master; heroku run node bot; # changes
heroku run node bot # no code changes
  • Or configure the heroku scheduler addon to tweet every certain amount of time
heroku addons:create scheduler:standard