-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
84 additions
and
6,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ name = "pypi" | |
[packages] | ||
requests = "*" | ||
pytz = "*" | ||
waybackpy = "*" | ||
bs4 = "*" | ||
|
||
[dev-packages] | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
# Hopewell Quarry Daily Pass Tracker | ||
# Basic Git Scraper Template | ||
|
||
The Hopewell Quarry is [a fantastic swimming hole in Hopewell Township, NJ](https://www.hopewellquarry.org/). | ||
|
||
This repository tracks the sales of Daily Passes by scraping the availability from the Etix ticket sales platform, and stores it in a JSON file that can be queried. | ||
|
||
The data is scraped in the cloud on GitHub Actions and updated every 5 minutes. If there are changes, a bot will update the JSON file in the `data` folder. | ||
This is a template to create a git scraper: | ||
- `script.py` should output `.json` and/or `.csv` in `data` folder |
Oops, something went wrong.