Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

MizaGBF/Raidfinder

Repository files navigation

Project is discontinued

Twitter won't offer a free access to the API anymore, so there is no point for me to continue working on it.
Details.

Raidfinder

Questions?

Check README.txt for user-friendly details.

Requirements

  • Python 3.7 or higher (This has been tested on Python 3.10).
  • Tweepy to access Twitter.
  • Pyperclip to access the clipboard.

Requirements will be installed by the application on startup, if the modules are missing.
To install manually, open a command prompt and type:

pip install -r requirements.txt

New in the version 3.0

  • The raidfinder has been fully migrated to the new Twitter API v2.
  • The UI has been revamped.
  • The code has been cleaned up.