Skip to content

🛤 Which Chicagoans are getting vaccinated? A Twitter bot for the South Side Weekly

Notifications You must be signed in to change notification settings

beamalsky/chivaxbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛤 ChiVaxBot

Which Chicagoans are getting vaccinated? A bot for the South Side Weekly.

Uses Python, tweepy, and Heroku. S/o to this post by Emily Cain for the guiding method.

Requirements

Deployment

This app is deployed on Heroku. To deploy what's on the master branch:

git push heroku master

To check out the logs:

heroku logs --tail

Running the app locally

To get started, run the following from your terminal:

  1. Clone this repository and cd into your local copy.
git clone [email protected]:beamalsky/chivaxbot.git
cd chivaxbot
  1. Switch the LOCAL_DEVELOPMENT variable in bot.py to True

  2. Rename secrets_example.py to secrets.py:

mv secrets_example.py secrets.py
  1. You'll need your own Twitter and NYT API keys. Get them and fill them in to your new secrets.py file.

  2. Run the app locally!

docker-compose run --rm app python bot.py

About

🛤 Which Chicagoans are getting vaccinated? A Twitter bot for the South Side Weekly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published