https://github.com/jeffthompson/wouldyouratherbot
A Twitter bot that asks random "would you rather" questions
https://github.com/jeffthompson/wouldyouratherbot
Last synced: 12 months ago
JSON representation
A Twitter bot that asks random "would you rather" questions
- Host: GitHub
- URL: https://github.com/jeffthompson/wouldyouratherbot
- Owner: jeffThompson
- Created: 2013-10-06T20:50:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T20:42:33.000Z (over 12 years ago)
- Last Synced: 2025-02-23T06:43:21.645Z (over 1 year ago)
- Language: Python
- Size: 348 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Would You Rather Bot
=================
A Twitter bot that creates random "would you rather?" questions.
If my math serves:
* 2,826 nouns x 769 verbs X 2 combinations = 4,346,388 possible Tweets
* At 2 minutes between = 1509 days = about 4 years of Tweets...
**LOAD OAUTH SETTINGS**
Assumes Twitter OAuth settings, saved in a file
called OAuthSettings.py, saved in the following format:
settings = {
'consumer_key': 'xxxx',
'consumer_secret': 'xxxx',
'access_token_key': 'xxxx',
'access_token_secret': 'xxxx'
}
**WORD LISTS VIA**
* http://dictionary-thesaurus.com/wordlists.html
**REQUIRES**
* Natural Language Toolkit (NLTK)
http://nltk.org
* OAuthlib
https://github.com/requests/requests-oauthlib
* Python Twitter
https://github.com/bear/python-twitter