Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcrypt0r/hyacinth
🌸 Dcinside image crawler with deadly simple structure
https://github.com/xcrypt0r/hyacinth
beautifulsoup4 crawler dcinside parsing pyqt5 pyside2
Last synced: 3 days ago
JSON representation
🌸 Dcinside image crawler with deadly simple structure
- Host: GitHub
- URL: https://github.com/xcrypt0r/hyacinth
- Owner: xCrypt0r
- License: mit
- Created: 2021-06-29T21:17:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T12:06:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T21:46:30.768Z (over 1 year ago)
- Topics: beautifulsoup4, crawler, dcinside, parsing, pyqt5, pyside2
- Language: Python
- Homepage:
- Size: 978 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyacinth
[![Language](https://img.shields.io/badge/Language-Python-skyblue?style=for-the-badge&logo=python)][python]
[![MIT License](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge&logo=github)](LICENSE)
[![Repo Size](https://img.shields.io/github/languages/code-size/xCrypt0r/Hyacinth?style=for-the-badge&label=SIZE&logo=github)](/../../)
[![Codacy grade](https://img.shields.io/codacy/grade/91b6c208ea6a40158745becf0a264c86?style=for-the-badge&label=QUALITY&logo=codacy)][codacy]🌸 **Hyacinth** is dcinside image crawler with deadly simple structure
## Author
Hyacinth © xCrypt0r
Authored and maintained by xCrypt0r> GitHub [**@xCrypt0r**][my github]
> Discord **xCrypt0r#5695**## Requirements
- Python >= 3.5## How to run
### For Windows
1. Press `Win + R` and enter `cmd` to open cmd1. Run `git clone https://github.com/xCrypt0r/Hyacinth.git` to clone this repository
1. Run `cd Hyacinth` to move to Hyacinth folder
1. Run `pip install -r requirements.txt` to install all dependencies listed in [requirements.txt](requirements.txt)
1. Run `ren config.example.json config.json` to rename [`config.example.json`](assets/json/config.example.json)
1. Run `python main.py` or run [`start.bat`](start.bat) / [`start.vbs (no-console mode)`](start.vbs) to start program
[python]: https://www.python.org/
[codacy]: https://app.codacy.com/gh/xCrypt0r/Hyacinth/dashboard
[my github]: https://github.com/xCrypt0r