├── CREDITS ├── LICENSE ├── README.md ├── requirements.txt └── script.py /CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atxcowboy/megasearch/HEAD/CREDITS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atxcowboy/megasearch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atxcowboy/megasearch/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atxcowboy/megasearch/HEAD/requirements.txt -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atxcowboy/megasearch/HEAD/script.py --------------------------------------------------------------------------------