/nitter-notification

Nitter notification tools (requires python and dunst)

Primary LanguagePython

Nitter notify tool

This tools allow to monitor twitter post (via nitter rss stream), this program is written in python and use dunst as notify program.

Nitter allow an endpoints on https://nitter.net/{user}/rss, where user might be a list as: "a,b,c".

Install instructions:

  • Clone git repository
git clone https://github.com/manslaughter03/nitter-notification
  • Install python package
python setup.py install --user
  • Create your config file
mkdir ~/.config/nitter
cp example.config.yaml ~/.config/nitter/config.yaml
  • Run
python -m nitter

Install instructions as systemd service:

python setup.py install --user
cp nitter.service ~/.config/systemd/user/
systemctl --user enable nitter.service
systemctl --user start nitter.service