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.
- Host: GitHub
- URL: https://github.com/mahmudindev/oreno-comicking-scrap
- Owner: mahmudindev
- License: lgpl-2.1
- Created: 2024-10-01T02:23:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T04:40:28.000Z (over 1 year ago)
- Last Synced: 2025-04-09T14:43:39.265Z (about 1 year ago)
- Topics: bot, comics, scraper
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```