https://github.com/sergeileduc/ocr-bot
Discord bot for OCR
https://github.com/sergeileduc/ocr-bot
Last synced: 19 days ago
JSON representation
Discord bot for OCR
- Host: GitHub
- URL: https://github.com/sergeileduc/ocr-bot
- Owner: Sergeileduc
- License: mit
- Created: 2021-03-05T09:49:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T07:35:05.000Z (4 months ago)
- Last Synced: 2025-03-04T08:30:29.580Z (4 months ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Sergeileduc/ocr-bot/actions/workflows/python-app.yml)[](https://www.codacy.com/gh/Sergeileduc/ocr-bot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Sergeileduc/ocr-bot&utm_campaign=Badge_Grade)
# OCR bot
Discord Bot with multiple features for a community server related to comicbooks.
## Prerequisites
| Stack | Version |
|--------------|----------|
| Python | 3.8+ |If you don't have `pip`, you have to install it with this command line (on Linux):
```shell
sudo apt install python-pip
```Then, use the following command line to install some needed libs:
```shell
pip install -r requirements.txt
```## Launch
Launch the bot from the project root. If you have several version of Python, you must use `python3.8`
```shell
python3.8 /path/to/dctbot/botocr.py
```## Automatic deploy on Heroku