mirror of
https://github.com/mrfluffy-dev/hart-cli.git
synced 2026-01-17 09:50:34 +00:00
24 lines
754 B
Markdown
24 lines
754 B
Markdown
# hart-cli what is it?
|
|
hart-cli is a scraper written in Python that allows you to get h*ntai art directly in your terminal.
|
|
It allowes you to download the images in a high resolution or copy the url to your clipboard.
|
|
|
|
# Dependencies
|
|
- [kitty](https://github.com/kovidgoyal/kitty)
|
|
- [requests](https://pypi.org/project/requests/)
|
|
- [beatifulsoup4](https://pypi.org/project/beautifulsoup4/)
|
|
- [pyperclip](https://pypi.org/project/pyperclip/)
|
|
- [ImageMagick](https://imagemagick.org/)
|
|
|
|
# install
|
|
1. `git clone https://github.com/mrfluffy-dev/hart-cli.git`
|
|
2. `cd hart-cli`
|
|
3. `sudo cp hart-cli.py /usr/local/bin/hart-cli`
|
|
|
|
# update
|
|
1. `cd hart-cli`
|
|
2. `git pull`
|
|
3. `sudo cp hart-cli.py /usr/local/bin/hart-cli`
|
|
|
|
# usage
|
|
`hart-cli` will open the program
|