Automate simple tasks with Python. Get your PM's, detect SPAM and even get recent threads in your own console.
It was mainly created for the forum "Greysec", however you can change the code and make it work for other websites.
It is as simple as changing the xpath!
This is not the final release, I plan on adding a notification system via SMTP or Telegram.
In order to run the tool you will need python and the dependencies found in requirements.txt, they can be automatically installed with
``` pip install -r requirements.txt ```Note that keyring is not mandatory (if set to manual) as it requires Mac OS X Keychain, Freedesktop Secret Service, KWallet or Windows Credential Locker
- Get threads and check if they are new
- Search for spam looking for keywords in threads
- Login system using keychains/manual
- Reload app every x seconds
- Send alerts if SPAM is found
- Send alerts if new PM's are found
- Automatic responses to PM's
- Mark all PM's as read