Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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