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

https://github.com/mahmudindev/oreno-comicking-scrap

Python-based comic catalog bot for ComicKing project.
https://github.com/mahmudindev/oreno-comicking-scrap

bot comics scraper

Last synced: about 1 year ago
JSON representation

Python-based comic catalog bot for ComicKing project.

Awesome Lists containing this project

README

          

# ComicKing Scrap

Python-based comic catalog bot for ComicKing project.

## Requirements

- Python 3.11 or higher.

## Usage

First you must install dependencies

```bash
python -m pip install -r requirements.txt
```

Before proceeding check .env file and follow the instructions to configure the bot. Then you can use this command to run the bot:

```bash
python -m src.comicking_scrap
```