Mucking about with a Twitter bot to tweet out pictures of every address in Toronto. Check out and follow @EveryTOAddress to see it in action!
- Install
requirements.txt
- Run
data_pull.py
- that downloads the list of things and createsbig_list.txt
- Create a file
config.py
which assigns:API_KEY
to your Google API keyAPP_KEY
to your Twitter app keyAPP_SECRET
to your Twitter app secretOAUTH_TOKEN
to your Twitter oauth tokenOAUTH_TOKEN_SECRET
to your Twitter oauth token secret.
- Run
main.py
, which grabs a random address frombig_list.txt
, saves asto_upload.jpeg
, and uploads. - ???
- Profit