/Fake-NYC-Subway-Stations

Code for a twitter bot that invents fake NYC Subway Stations

Primary LanguagePython

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