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.
- Host: GitHub
- URL: https://github.com/mahmudindev/oreno-comicbagi-scrap
- Owner: mahmudindev
- License: lgpl-2.1
- Created: 2024-10-16T07:26:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:09:21.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:38:26.205Z (over 1 year ago)
- Topics: bot, comics, scraper
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```