Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c17r/tic-tweet-toe
A Tic Tac Toe playing Twitter robot
https://github.com/c17r/tic-tweet-toe
Last synced: 21 days ago
JSON representation
A Tic Tac Toe playing Twitter robot
- Host: GitHub
- URL: https://github.com/c17r/tic-tweet-toe
- Owner: c17r
- License: mit
- Created: 2015-06-10T03:47:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T02:23:38.000Z (over 5 years ago)
- Last Synced: 2024-11-09T19:15:55.476Z (2 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Twitter bot that plays tic-tweet-toe. You can see it in action at https://twitter.com/tic_tweet_toe
TODO:
- [ ] clean up server code
- [ ] tests
- [X] make startup options configurable
- [X] write responses to database table and use spin-sleep loop to send responses under twitter api thresholds. Right now it can be DDOS'd
- [X] ~~change board a bit?~~