Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 670 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 670 Bytes

daily-bible-verse-bot

A twitter bot that posts the daily Bible verse to Twitter. It scrapes the daily Bible verse from BibleGateway.com and then use the tweepy API to post the verse as status to Twitter.

I have deployed this on Heroku and added a scheduler to run the app daily.

An example tweet posted on my Twitter is here

Setting up to run the app

$ git clone https://github.com/realnitinworks/daily-bible-verse-bot.git

$ mv .env_example .env

$ # Key in your twitter credentials into the environment variables in .env

$ pipenv install

$ pipenv shell