Skip to content

Mucking about with a Twitter bot which tweets out images of every address in Toronto

Notifications You must be signed in to change notification settings

theianrobertson/toronto-streetview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Toronto Addresses

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!

How do I do it?

  • Install requirements.txt
  • Run data_pull.py - that downloads the list of things and creates big_list.txt
  • Create a file config.py which assigns:
    • API_KEY to your Google API key
    • APP_KEY to your Twitter app key
    • APP_SECRET to your Twitter app secret
    • OAUTH_TOKEN to your Twitter oauth token
    • OAUTH_TOKEN_SECRET to your Twitter oauth token secret.
  • Run main.py, which grabs a random address from big_list.txt, saves as to_upload.jpeg, and uploads.
  • ???
  • Profit

About

Mucking about with a Twitter bot which tweets out images of every address in Toronto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages