SakugaBot is a Twitter bot dedicated for sakuga animation and its glorious beauty. I've seen countless Anime Twitter Accounts posting images and videos related to anime but I haven't seen any attempts of producing a bot that would regularly post sakuga videos on Twitter, other than @randomsakuga, one of the biggest anime accounts in social media. So I took it as a challenge for myself to recreate a bot that would handle such capabilities.
All medias posted on SakugaBot are taken from SAKUGABOORU, one of the biggest booru sites across the Internet.
to be released next week
UPDATE v.1.0.0:
- Initial Release
UPDATE v.1.0.1:
- Removed the number of posts related to the animator
- Added a new feature for the listed anime title given by SakugaBooru
- Python
- Requests
- OS Library
- Time Library
- Pybooru
- Tweepy
- BeautifulSoup
git clone https://github.com/tremor6916/sakugabooru-bot.git
You need to create your own token.txt
with your appropriate API Keys that you got from Twitter.
-
Tweepy gives out an
Invalid file type for image: video/mp4
error, what should I do?Tweepy has merged a pull request with regards to uploading video/mp4 files using their library, but they haven't released an official release up to this day. You may want to head to the Official GitHub Repository of Tweepy and follow the Installation Instructions below for you to have the latest development version.
If any issues arise, you may post a new issue here. This is still a work in progress and will keep on updating this up to its optimal state.