Built from the ground up with usage in mind, the script is runnable on any machine that supports Python 3. It requires no database or special permissions.
Set up your API keys or user logins in the /config
folder, run pip install -r requirements.txt
to install the necessary dependencies and then run python main.py
.
All the configuration is in the /config
folder, which contains a config file for every supported integration. Simply make a copy, rename the .example
extension and fill in the required data.
Supported | Application | |
---|---|---|
Partially | Discord | Currently includes sending to webhooks, does not support reading |
Yes | Zulip | |
Planned | Slack | |
Experimental | CampusWire | |
Planned | MS Teams |
All contributions are welcome, simply make a PR. Please note that this is built on asyncio
, please do not use threads. Our bottleneck comes from response times, not the CPU.