Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrsevcik/rebelbean
Script for scraping Rebelbean roastery offer. If "Test Roast" coffee (real coffee, the best one) is in offer, it will send me a notification on my mail
https://github.com/petrsevcik/rebelbean
autoscraper coffee coffeescript email-notification scraping
Last synced: 27 days ago
JSON representation
Script for scraping Rebelbean roastery offer. If "Test Roast" coffee (real coffee, the best one) is in offer, it will send me a notification on my mail
- Host: GitHub
- URL: https://github.com/petrsevcik/rebelbean
- Owner: petrsevcik
- Created: 2021-03-27T16:24:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T17:23:53.000Z (over 2 years ago)
- Last Synced: 2024-10-17T12:16:21.285Z (3 months ago)
- Topics: autoscraper, coffee, coffeescript, email-notification, scraping
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README example template #
### Description ###
#### Endpoints ####
#### Search page ####Welcome page with input field for search in movie and actors
When you click on "Search" button you will be redirected to Search result page
`http://localhost:8080/`
## Architecture ##
#### Flaws of app ####
### All is ready to use via Dockerfile
#### Commands for docker startup
App run on **port 8080**. Run commands, when current location is repository:
```
docker build -t rebelbean:1.0 .
docker run -d -p 8080:8080 rebelbean:1.0
```