Skip to content

heavyimage/Fake-NYC-Subway-Stations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Fake NYC Subway Station bot

A twitter bot that makes up fake NYC subway stations / service advisories by shufffling real NYC stations / locations around.

It rejects actual subway stations if it makes one by mistake.

It posts every few hours @fake_nyc_subway

This project continues with my MTA Tile Renderer bot project.

To run:

Clone the repo and create a file called secret.py alongside bot.py with the following contents:

consumer_key = 'XXX'
consumer_secret = 'XXX'
access_token = 'XXX'
access_secret = 'XXX'

Then run bot.py

Acknowledgements

TODO

Releases

No releases published

Packages

No packages published

Languages