Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookey/souper
We put the ass in assets
https://github.com/spookey/souper
soup-io
Last synced: 20 days ago
JSON representation
We put the ass in assets
- Host: GitHub
- URL: https://github.com/spookey/souper
- Owner: spookey
- License: mit
- Created: 2018-03-24T10:37:43.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T07:26:20.000Z (9 months ago)
- Last Synced: 2024-10-19T17:28:33.231Z (3 months ago)
- Topics: soup-io
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# souper
This project used to be my image crawler for `soup.io`.
There isn't much to crawl anymore as the site is dead now (still crying).
So this project has been refactored to replace the crawler
with some very simple image copying logic.It generates a simple webpage with an image slideshow.
## command line
Main entry point is `./run.py`.
- for a complete list of options see `./run.py --help`
- set the logging level with `-v` or `--verbose`
- change the page title with `-t` or `--title`
- set the duration to wait between images with `-d` or `--delay`
(in milliseconds)
- final two required arguments are the `source` and `target` folders## running
Although the generated webpage is static, it won't work when not
served through a webserver.For a local preview change into the `target` folder and use this command:
```sh
python3 -m http.server 8000 --bind localhost
```[localhost:8000](http://localhost:8000)