webamp/packages/tweetBot
2020-09-16 08:29:50 -04:00
..
.gitignore Move tweetBot to its own package 2020-05-17 22:21:00 -07:00
__init__.py Move tweetBot to its own package 2020-05-17 22:21:00 -07:00
README.md Add readmes 2020-05-18 09:05:12 -07:00
tweet.py Too many updates 2020-09-16 08:29:50 -04:00

Tweet Bot

This "package" is actually a Python script. Originally the @winampskins Twitter bot was a Python script that ran as a cron job. I've since rewritten most of it in JavaScript. The core part that actually talks to the Twitter API is still written in Python. That last remaining code can be found here.

Hopefully it will soon be rewritten in JavaScript.