An open API service indexing awesome lists of open source software.

https://github.com/joeriddles/minty


https://github.com/joeriddles/minty

Last synced: over 1 year ago
JSON representation

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.

![Egg ad](https://github.com/joeriddles/minty/blob/main/readme/egg_ad.png?raw=True)

## πŸƒβ€β™‚οΈ 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.