https://github.com/joeriddles/minty
https://github.com/joeriddles/minty
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeriddles/minty
- Owner: joeriddles
- Created: 2021-04-02T17:59:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T04:59:21.000Z (about 5 years ago)
- Last Synced: 2025-03-26T02:45:45.784Z (over 1 year ago)
- Language: Python
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mintyπ
This project was created for fun and profit (just kidding - only fun). The goal of the project is to find all the hidden eggs on https://mintyteeth.com for Easter.

## πββοΈ To Run
- (Optional) Use `venv`:
- Windows: `python -m venv ./.venv; ./.venv/Scripts/activate.ps1`
- Linux: `python -m venv ./.venv && ./.venv/Scripts/activate`
- `pip install -r requirements.txt`
- Run `python -m minty` from a terminal.
- Sit back and enjoy.β
## π /cache
Cached HTML content responses. Generated after running the module.
## π₯ /cache/eggs
Cached downloaded egg images. Generated after running the module.