https://github.com/maheshpaulj/manga-scraper
Manga Scraping Tool made in python, It fetches the manga page from the website and downloads it in JPG format and saves it locally. This is basically web Scraping
https://github.com/maheshpaulj/manga-scraper
manga-scraper python web-scraping website-scraper
Last synced: about 1 month ago
JSON representation
Manga Scraping Tool made in python, It fetches the manga page from the website and downloads it in JPG format and saves it locally. This is basically web Scraping
- Host: GitHub
- URL: https://github.com/maheshpaulj/manga-scraper
- Owner: maheshpaulj
- Created: 2023-12-19T12:45:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T13:11:46.000Z (over 1 year ago)
- Last Synced: 2025-01-08T16:57:44.065Z (5 months ago)
- Topics: manga-scraper, python, web-scraping, website-scraper
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manga Scraper
Manga Scraping Tool made in python, It fetches the manga page from the website and downloads it in JPG format and saves it locally. This is basically web Scraping.
# Screenshots

# Requirments:
- Python
- requests python module
```
pip install requests
```
## Usage
NOTE: there is one change you need to do before you can run this, inside settings.py file, change the "LOCAL_PATH" to your desired path, or you can just change the username to your device's then it will be saved in downloads.
- clone this repo and run "manga.py" file
- manga name should be full name( it is NOT case sensitive) for best use case, google up the manga name and use the full name given in the heading## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## References
https://www.youtube.com/watch?v=DKbLdk1m7QA&list=PLIGX7qs4NfsIB967YyW7JLxlTClGR3-0t