Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismayo/ace-attorney-telegram-bot
Telegram bot that turns comment chains into ace attorney scenes. Inspired by and using https://github.com/micah5/ace-attorney-reddit-bot
https://github.com/luismayo/ace-attorney-telegram-bot
bot hacktoberfest telegram-bot
Last synced: 16 days ago
JSON representation
Telegram bot that turns comment chains into ace attorney scenes. Inspired by and using https://github.com/micah5/ace-attorney-reddit-bot
- Host: GitHub
- URL: https://github.com/luismayo/ace-attorney-telegram-bot
- Owner: LuisMayo
- License: mit
- Created: 2021-01-31T22:52:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T21:10:04.000Z (about 2 years ago)
- Last Synced: 2024-10-20T19:27:47.427Z (24 days ago)
- Topics: bot, hacktoberfest, telegram-bot
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 70
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ace Attorney telegram Bot
Telegram bot that turns comment chains into ace attorney scenes. Inspired by and using https://github.com/micah5/ace-attorney-reddit-bot
Currently being executed on [@ace_attorney_court_bot](https://t.me/ace_attorney_court_bot).
Check also the [Twiitter](https://github.com/LuisMayo/ace-attorney-twitter-bot),[Discord](https://github.com/LuisMayo/ace-attorney-discord-bot) and [Reddit](https://github.com/micah5/ace-attorney-reddit-bot) bots!
## Getting Started### Prerequisites
- Everything included in [/objection_engine/Readme.md](https://github.com/LuisMayo/objection_engine/blob/main/README.md#prerequisites)
- Telegram Bot Token. Obtain it from BotFather
### Installing1. Clone the repository with submodules
```
git clone --recursive https://github.com/LuisMayo/ace-attorney-telegram-bot
```
2. Install dependencies of this repo. Refer to [objection engine's install instructions](https://github.com/LuisMayo/objection_engine/blob/main/README.md#installing) for any problems you may encounter
``` bash
python -m pip install -r requirements.txt
```3. Put yout Telegram Token in a `token.txt` file
4. Start the project
`python main.py`#### Note about Linux systems
In Linux it may be a bit harder to set the enviorenmente properly. More specifically it may be hard to install required codecs.
If having a codec problem (like "couldn't find codec for id 27") you may need to compile ffmpeg and opencv by yourself.
You should be good using these guides (tested on Ubuntu with success and on Debian without success)
- [FFMPEG compilation guide](https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu)
- [Opencv compilation guide](https://docs.opencv.org/master/d2/de6/tutorial_py_setup_in_ubuntu.html)## 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