https://github.com/jeffthompson/randomchordbot
A Twitter bot that posts random guitar chords
https://github.com/jeffthompson/randomchordbot
Last synced: over 1 year ago
JSON representation
A Twitter bot that posts random guitar chords
- Host: GitHub
- URL: https://github.com/jeffthompson/randomchordbot
- Owner: jeffThompson
- Created: 2013-10-08T00:04:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T20:42:19.000Z (over 12 years ago)
- Last Synced: 2025-01-04T15:17:54.703Z (over 1 year ago)
- Language: Python
- Size: 313 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random Chord Bot
=================
A Twitter bot that creates random guitar chord.
If my math serves, at 6 strings and 5 frets = 40,920 possible chords.
At a Tweet every hour, that means it will take ~4.67 years to complete.
**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'
}
**UNICODE CHARACTERS VIA**
* http://www.busydoingnothing.co.uk/emoji.html
* http://en.wikipedia.org/wiki/List_of_Unicode_characters
**REQUIRES**
* OAuthlib
https://github.com/requests/requests-oauthlib
* Python Twitter
https://github.com/bear/python-twitter