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 | 4 years ago | |
---|---|---|
supportbot | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
requirements.txt | 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