mispy-archive / twitter_ebooks

Better twitterbots for all your friends~
MIT License
972 stars 140 forks source link

280 character fix/blacklisting capabilities #151

Closed Foxdear closed 6 years ago

Foxdear commented 6 years ago

With Twitter increasing the character limit from 140 to 280 a while back, I figured twitter_ebooks needed some updating (as did some others apparently, which I only saw afterward). I made the ebooks archive command fetch from twitter in expanded mode (by default it truncated long tweets) and increased the hard character limits in places.

I also added blacklisting/banned word capability based on https://blog.boodoo.co/2014/06/27/how-to-make-an-_ebooks.html I converted it to reading .txt files (default is "banned_words.txt"), and added an optional command to change what file the banlist is read from for potential bots with multiple ban lists.

Foxdear commented 6 years ago

On second thought I've made my own fork with the changes I need. This codebase doesn't seem to be maintained anymore regardless.