An IRC bot for helping people on /r/monerosupport
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lza_menace 164804aa64 adding more functionality, user creation, management 4 years ago
supportbot adding more functionality, user creation, management 4 years ago
.gitignore add config to gitignore and add new testing lib 4 years ago
LICENSE Initial commit 4 years ago
README.md minor fixes, add todo list 4 years ago
requirements.txt add everything thus far, reddit scaping, storing to db, basic retrieval 4 years ago

README.md

monerosupport

An IRC bot for helping people on /r/monerosupport

# Setup
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp supportbot/config.{example.py,py}

# Run
python3 -m supportbot

TODO

  • RSS feed https://www.reddit.com/r/monerosupport/new/.rss (track state in DB from posted feeds)
  • ACLs / list of user handles for special privileges within DB (potentially IRC modes, 0-100)
  • basic queue functionality, list queue, see status
  • rudimentary ticket system to "claim" something in the feed
  • basic search for past issues

nice to haves:

  • reply to comment from IRC
  • custom deltabot