https://github.com/null-none/auto-screenshots
Service for auto screenshots sites. Use selenium.
https://github.com/null-none/auto-screenshots
Last synced: 8 months ago
JSON representation
Service for auto screenshots sites. Use selenium.
- Host: GitHub
- URL: https://github.com/null-none/auto-screenshots
- Owner: null-none
- License: mit
- Created: 2015-08-01T22:15:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-22T20:16:40.000Z (over 10 years ago)
- Last Synced: 2025-08-17T04:44:17.197Z (8 months ago)
- Language: Python
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-screenshots
Service for auto screenshots sites. Use selenium.
Steps:
install selenium
```
pip install selenium
```
download selenium and run
```
java -jar selenium-server-standalone-2.x.x.jar
```