A VERY basic Python based Twitter Scraper and Tweet-notifier Discord Bot
Python: 3.11.2 or higher
Since Twitter has made their Public API fully paywalled, many Twitter Bots broke. However, by scraping Twitters Search results, one can still find out when a new Post was made. As such, this was created as a Temporary solution, that can detect a new Post by a single user and send a link to the Tweet to a specified Channel.
- Figure out when a new Tweet was made
- Track the Twitter users Tweets in intervals
- Post to a channel in a Server
- Set channel(s) within a Server
- Set tracked Twitter User within a Server
- Set intervals within a Server
- Something else i haven't come up with yet
This Project is licensed with the GNU GPL version 3 Copyleft License
discord.py by Rapptz