/ocr-bot

Discord bot for OCR

Primary LanguagePythonMIT LicenseMIT

Python applicationCodacy Badge

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):

sudo apt install python-pip

Then, use the following command line to install some needed libs:

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

python3.8 /path/to/dctbot/botocr.py

Automatic deploy on Heroku