Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeileduc/ocr-bot
Discord bot for OCR
https://github.com/sergeileduc/ocr-bot
Last synced: about 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T09:27:13.000Z (about 2 months ago)
- Last Synced: 2024-11-13T10:27:06.111Z (about 2 months ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Python application](https://github.com/Sergeileduc/ocr-bot/actions/workflows/python-app.yml/badge.svg)](https://github.com/Sergeileduc/ocr-bot/actions/workflows/python-app.yml)[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b007b73d72234c868aea26bd09aacf35)](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