Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.77 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.77 KB

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

Updates

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


Tools and Libraries

- Python
- Requests
- OS Library
- Time Library
- Pybooru
- Tweepy
- BeautifulSoup


Clone this Repository

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.


FAQ

  1. 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.