├── LICENSE ├── banner.py ├── file_create.py ├── main.py ├── readme.md ├── requirements.txt ├── scrappe.py ├── screenshot.png └── someimage.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/LICENSE -------------------------------------------------------------------------------- /banner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/banner.py -------------------------------------------------------------------------------- /file_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/file_create.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/main.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scrappe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/scrappe.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/screenshot.png -------------------------------------------------------------------------------- /someimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurogai/deepweb-scappering/HEAD/someimage.jpg --------------------------------------------------------------------------------