Metadata-Version: 2.1
Name: spydir
Version: 0.1.2
Author: Sergey M
License: FUCK LICENSE
        
        Author attribution is required. Commercial use permitted. If you don't like Russians then go fuck yourself.
        
Project-URL: Repository, https://github.com/s3rgeym/spydir.git
Classifier: Topic :: Internet
Requires-Python: >=3.11.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pylint; extra == "dev"

# SpyDir

Directory listing scanner to search for downloadable archives and other files

```bash
# you can use pip instead
pipx install spydir

# scan list of urls
spydir -i urls.txt -o results.txt

# see help
spydir -h
```
