spflaumer / PyTB

A VERY basic Python based Twitter Scraper and Tweet-notifier Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTB

A VERY basic Python based Twitter Scraper and Tweet-notifier Discord Bot

Requirements

Python: 3.11.2 or higher

What is this?

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.

What should it do?

  • 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

License

This Project is licensed with the GNU GPL version 3 Copyleft License

Other Projects this Project depends on

discord.py by Rapptz

snscrape by JustAnotherArchivist

About

A VERY basic Python based Twitter Scraper and Tweet-notifier Discord Bot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%