heavyimage / Fake-NYC-Subway-Stations

Code for a twitter bot that invents fake NYC Subway Stations

Home Page:https://twitter.com/fake_nyc_subway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for a twitter bot that invents fake NYC Subway Stations

https://twitter.com/fake_nyc_subway


Languages

Language:Python 100.0%