super-cooper / memebot

A custom Discord bot For The Boys
GNU General Public License v3.0
8 stars 0 forks source link

Address Twitter API cutoff #164

Closed super-cooper closed 3 days ago

super-cooper commented 1 year ago

@twitter has finally cut off Memebot's access to the read endpoints of the API. As such, all of our Twitter features are now broken. Since it is completely unreasonable to pay $100 per month for this access, we're either going to need to remove Twitter integration, or completely restructure it to work with a scraping tool to get around the API limitation.

The most popular Twitter scraper which suits our needs that I could find is shaikhsajid1111/twitter-scraper-selenium. It's a little wonky, and maintained by one person instead of a community, but we don't have a lot of choices unless we want to implement our own.

As mentioned, all of our Twitter features are completely non-functional at the moment, so we should make a decision quickly.