https://github.com/jeffthompson/randomartassignmentbot
A Twitter bot that posts random art assignments
https://github.com/jeffthompson/randomartassignmentbot
Last synced: about 1 year ago
JSON representation
A Twitter bot that posts random art assignments
- Host: GitHub
- URL: https://github.com/jeffthompson/randomartassignmentbot
- Owner: jeffThompson
- Created: 2013-10-22T00:34:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T02:34:21.000Z (over 12 years ago)
- Last Synced: 2023-04-03T13:53:07.001Z (about 3 years ago)
- Language: Python
- Size: 320 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RANDOM ART ASSIGNMENT BOT
====
A Twitter bot that creates random art assignments.
**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'
}
**REQUIRES**
* dateutil
http://labix.org/python-dateutil
* OAuthlib
https://github.com/requests/requests-oauthlib
* Python Twitter
https://github.com/bear/python-twitter
This project is released under a Creative Commons BY-NC-SA License - feel free to use, but please let me know.