https://github.com/bradmontgomery/echyo
Auto-replies to twitter mentions with a Yo
https://github.com/bradmontgomery/echyo
python twitter yo
Last synced: over 1 year ago
JSON representation
Auto-replies to twitter mentions with a Yo
- Host: GitHub
- URL: https://github.com/bradmontgomery/echyo
- Owner: bradmontgomery
- License: mit
- Created: 2014-09-20T05:08:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T18:06:25.000Z (almost 12 years ago)
- Last Synced: 2025-02-03T19:14:14.497Z (over 1 year ago)
- Topics: python, twitter, yo
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Echyo
=====
When someone tweets at me, this will automatically reply with a Yo!
Want to play?
-------------
Add yourself as a friend to `people.py`, and send me a pull request.
Environment
-----------
If you want to take this app and run it yourself, you'll need some environment
variables containing your Twitter App Key and OAuth tokens:
* `TWITTER_APP_KEY`
* `TWITTER_APP_SECRET`
* `TWITTER_OAUTH_TOKEN`
* `TWITTER_OAUTH_TOKEN_SECRET`
As well as your Yo Token:
* `YO_TOKEN`
I stick these in a dotfile somewhere (e.g. `~/.echyo`), and source them prior
to running the app. Example usage:
$ source ~/.echyo && python echyo/echyo.py
That's it.