Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanatsmith/scripts
https://github.com/dylanatsmith/scripts
bash bash-script curl script scripts
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dylanatsmith/scripts
- Owner: dylanatsmith
- Created: 2019-02-20T23:31:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T11:15:31.000Z (about 5 years ago)
- Last Synced: 2024-12-06T21:28:25.328Z (about 2 months ago)
- Topics: bash, bash-script, curl, script, scripts
- Language: HTML
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts
## pedal-sniper
Pedal Sniper checks a guitar store's website for updates to their used effects pedal listings and opens the page if there's anything new added.It's pretty straightforward as a template for monitoring any site for changes. Just change the `url` and `searchQuery` variables. Run it from the terminal with something like `watch -n 60 ./pedal-sniper.sh`.