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

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

Python-based comic hosting catalog bot for ComicBagi project.
https://github.com/mahmudindev/oreno-comicbagi-scrap

bot comics scraper

Last synced: about 1 year ago
JSON representation

Python-based comic hosting catalog bot for ComicBagi project.

Awesome Lists containing this project

README

          

# ComicBagi Scrap

Python-based comic hosting catalog bot for ComicBagi 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.comicbagi_scrap
```