ClementRoyer / twitter-unfollow

Check if you lose twitter follower and send you a dm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter-unfollow

Send you a DM when you lose a follower


License   Profile

Install   •   Schedule

Install

  1. git clone git@github.com:ClementRoyer/twitter-unfollow.git
  2. cd twitter-unfollow
  3. pip3 install -r requirements.txt
  4. Update tokens in main.py
  5. python3 main.py

Schedule

  1. sudo crontab -e
  2. Add 0 12 1 * * /usr/bin/python3 {path to the repo}/main.py >/dev/null 2>&1
  3. This will run once a month.

Built with ❤︎ by Clément ROYER

0 0 visitors

About

Check if you lose twitter follower and send you a dm

License:The Unlicense


Languages

Language:Python 100.0%