Skip to content

Project that scan LightShot to find interesting images

License

Notifications You must be signed in to change notification settings

Airthee/LightshotSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to LightshotSniffer 👋

GitHub tag (latest SemVer) GitHub Travis CI Coverage Status Twitter: Airthee

Project that scan LightShot to find interesting images

Description

Usage

  1. At the lauch, user has to select download directory.
  2. User can choose a start id and end id, by default, it starts from ZZZZZZ to 00000.
  3. For each image, user tape "S" to save, "N" for next, "P" for previous.

Install

This project use python3.6. You may want to create a virtualenv :

virtualenv -p python3.6 env
source env/bin/activate

and then install the requierements.

pip install -r requirements.txt

If you want some docs about virtualenv, go check their website.

Usage

PYTHONPATH=src/ python src/lightshotsniffer.py

Run tests

PYTHONPATH=$PWD/src pytest --cov=src/ test

Format source files

black src/ test/

Author

👤 Airthee

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Airthee.
This project is WTFPL licensed.


This README was generated with ❤️ by readme-md-generator