Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sup/mcgrawtower
:bell: A Twitter bot @mcgrawtower
https://github.com/sup/mcgrawtower
Last synced: 8 days ago
JSON representation
:bell: A Twitter bot @mcgrawtower
- Host: GitHub
- URL: https://github.com/sup/mcgrawtower
- Owner: sup
- Created: 2015-06-02T20:22:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T18:12:20.000Z (about 7 years ago)
- Last Synced: 2024-11-09T04:38:06.674Z (2 months ago)
- Language: Python
- Homepage: http://twitter.com/mcgrawtower
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcgrawtower
Big Ben Clock clone for Cornell McGraw TowerThis is the source code for @mcgrawtower. It is a simple Python script that tweets "CHIME" times the current hour. The application is currently running on Heroku.
# Installation
Clone this repo and install dependencies via `pip install -r requirementes.txt` inside a virtualenv. Add Twitter app secrets to your environment and run with `python main.py` to start scheduling tweets.Or, install the heroku toolbelt, create a `.env` file containing your Twitter secrets, and run the app with `heroku local`. You can then host the app on Heroku as well.