Skip to content

🔧 Automate simple tasks with Python. Get your PM's, detect SPAM and even get recent threads in your own console.

Notifications You must be signed in to change notification settings

memoriasIT/MyBB-Automation

Repository files navigation


MyBB-Automation

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.

Requirements

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

Current working features

  • 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

TO-DO

  • 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

Previews:

New threads

New threads

General Screenshot

Login Imgur General Screenshot

About

🔧 Automate simple tasks with Python. Get your PM's, detect SPAM and even get recent threads in your own console.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages