Discord bot that turns comment chains into ace attorney scenes. Inspired by and using https://github.com/micah5/ace-attorney-reddit-bot
Go to file
2024-02-14 17:25:58 +01:00
.github Create FUNDING.yml 2021-03-06 17:58:48 +01:00
ace-attorney-bot@277c6211e5 Added invite link 2022-10-01 20:53:21 +02:00
.gitattributes Initial commit 2021-02-04 20:04:35 +01:00
.gitignore Quality of life improvments 2021-05-27 21:23:18 +02:00
config.yaml.example Update config.yaml.example 2023-02-23 01:10:11 +00:00
deletion.py Handling message being deleted 2021-06-10 00:52:38 -06:00
LICENSE Using MIT License 2021-02-21 23:30:56 +01:00
main.py hotfix: fix leftover debug test 2024-02-14 17:25:58 +01:00
message.py Enable detection and use of hotlinked images 2022-07-05 22:55:07 -04:00
Pipfile fix: avoid clutter from command not found statements (#55) 2024-02-13 22:38:43 +01:00
Pipfile.lock fix: avoid clutter from command not found statements (#55) 2024-02-13 22:38:43 +01:00
README.md Objection engine is now a library 2022-06-01 11:46:26 +02:00
render.py Added music 2022-01-13 22:23:26 +01:00
requirements.txt Reduced max messages and number of threads 2022-12-19 13:26:27 +01:00

Ace Attorney Discord Bot

Discord bot that turns comment chains into ace attorney scenes. Inspired by and using https://github.com/micah5/ace-attorney-reddit-bot Currently being executed.

For any problem that may be encountered, you can join the discord support server and we'll try to fix it

Check also the Twiitter, Reddit and Telegram bots!

Getting Started

Prerequisites

Optional

  • Google Translation API Credentials: These are needed for language support other than English. Other languages may work even without this credentials as the system will fallback to TextBlob's translation system.

Installing

  1. Clone the repository with submodules
git clone --recursive https://github.com/LuisMayo/ace-attorney-discord-bot
  1. Install dependencies of this repo. Refer to objection engine's install instructions for any problems you may encounter
python -m pip install -r requirements.txt
  1. Copy config.yaml.example into config.yaml and fill your token there

  2. Start the project python main.py

Contributing

Since this is a tiny project we don't have strict rules about contributions. Just open a Pull Request to fix any of the project issues or any improvement you have percieved on your own. Any contributions which improve or fix the project will be accepted as long as they don't deviate too much from the project objectives. If you have doubts about whether the PR would be accepted or not you can open an issue before coding to ask for my opinion