├── LICENSE ├── README.md ├── config └── headers.py ├── favfound.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elihypoo414/favfound/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elihypoo414/favfound/HEAD/README.md -------------------------------------------------------------------------------- /config/headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elihypoo414/favfound/HEAD/config/headers.py -------------------------------------------------------------------------------- /favfound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elihypoo414/favfound/HEAD/favfound.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elihypoo414/favfound/HEAD/requirements.txt --------------------------------------------------------------------------------