An open API service indexing awesome lists of open source software.

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

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.