Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piger/hermano
Scraper for used Herman Miller chairs sold by Griffin Office.
https://github.com/piger/hermano
Last synced: about 6 hours ago
JSON representation
Scraper for used Herman Miller chairs sold by Griffin Office.
- Host: GitHub
- URL: https://github.com/piger/hermano
- Owner: piger
- Created: 2022-02-22T01:19:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T18:54:56.000Z (7 months ago)
- Last Synced: 2024-04-25T19:54:13.255Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hermano
Scraper for used Herman Miller chairs sold by [Griffin Office](https://usedaeronireland.ie/used-herman-miller-aeron-chairs/).
## Configuration file
The configuration file is used to specify the credentials to send Push notifications via Pushover and to list
all product names that will be ignored by the program; the structure of the configuration file is:```
api_token = "AABBBCCDDEEFF"
user_key = "FFFEEEDDCCBBAAA"
ignored = [
"title of a product that I want to ignore",
"title of another product that I don't want to show"
]
````api_token` and `user_key` can be omitted to prevent sending Push notifications.