Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theghostofinky/nitter-webhook
Locally hosted Nitter RSS crawler that publishes new Tweets to a Discord Webhook
https://github.com/theghostofinky/nitter-webhook
Last synced: 7 days ago
JSON representation
Locally hosted Nitter RSS crawler that publishes new Tweets to a Discord Webhook
- Host: GitHub
- URL: https://github.com/theghostofinky/nitter-webhook
- Owner: TheGhostOfInky
- License: gpl-3.0
- Created: 2023-06-30T14:57:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-15T18:23:36.000Z (9 months ago)
- Last Synced: 2024-02-16T14:53:27.646Z (9 months ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nitter Discord webhook
This repo provides the code to locally host an instance of a Nitter RSS feed
crawler that posts new tweets to a selected Discord (or compatible) webhook,
with the option to ping one or several roles, adjustable time delays between
fetches and no reliance on the the official Twitter API.## Setup
To setup the crawler:
- Download or `git clone` the repo
- Move the `example-config.toml` file to `config.toml` and edit it according to
the comments provided.
- Run `pip install -r requirements.txt` to install all required packages.Once this is finished you can run `python main.py` and your webhook should come
to life with the tweets of the account you selected in the `config.toml`.