1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2024-11-01 12:22:38 +00:00
Discord bot for activity roles
Find a file
Myned d76cb084e2
Add removal of activity roles for excluded role
Only takes effect on message/voice
2022-08-16 17:38:44 -05:00
.github Add funding 2022-06-08 22:38:20 -05:00
commands Add comments 2022-08-16 13:57:50 -05:00
tasks Add removal of activity roles for excluded role 2022-08-16 17:38:44 -05:00
tools Add inactive command 2022-07-05 17:19:59 -05:00
.gitignore Ignore database files 2022-06-14 18:20:57 -05:00
config.py Add inactive command 2022-07-05 17:19:59 -05:00
LICENSE Initial commit 2022-06-07 16:22:48 -05:00
poetry.toml Initial upload 2022-06-08 20:59:15 -05:00
pyproject.toml Add inactive command 2022-07-05 17:19:59 -05:00
README.md Fix newline 2022-07-05 17:23:20 -05:00
run.py Fix miru not loading 2022-07-05 17:28:19 -05:00

Watcher

An experimental Hikari Discord bot for assigning active and inactive roles based on member activity

ko-fi

Prerequisites

A Unix-based operating system is used for the following commands
WSL can be used to run Linux on Windows, but is not required to run the bot

Requirements

Git
Python 3.10+
Poetry

Installing

Clone this repository

git clone https://github.com/Myned/Watcher.git

Go to the project folder

cd Watcher

Create a virtual environment and install dependencies

poetry install

Usage

Go to the project folder

cd Watcher

Run with optimizations

poetry run python -OO run.py

Setup

Run to create config.toml
The file will automatically generate if it does not exist

client = 0 # bot application id
token = "" # bot token
activity = "you" # bot status
db = "watcher.db" # sqlite3 db filepath
guild = 0 # guild id to watch
active = 0 # active role id
inactive = 0 # inactive role id
duration = 0 # time in seconds before considered inactive

Updating

Go to the project folder

cd Watcher

Pull changes from the repository

git pull

Update the virtual environment

poetry update

Uninstalling

Remove the project folder

rm -rf Watcher

Contributing

  1. Fork this repository on GitHub
  2. Make changes to the code
  3. Format the code with Black inside the project folder
    poetry run python black .
    
  4. Commit the changes to the fork
  5. Create a pull request from the fork

Credits

hikari
hikari-lightbulb
hikari-miru