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

https://github.com/yeahnotsewerside/onionindexer

Pretty raw indexer for tor network
https://github.com/yeahnotsewerside/onionindexer

Last synced: about 1 year ago
JSON representation

Pretty raw indexer for tor network

Awesome Lists containing this project

README

          

# OnionIndexer
Pretty raw indexer for tor network

OnionIndexerNoJs.py - main file of indexer

Because its pretty raw crawler, it simply crawles throughout html file sended by server looking for urls,

measures servers response time and estimates rating of site/page

and its getting title of page

# Dependendecies:

https://github.com/DoctorEenot/LiteDataBase

pip install beautifulsoup4

pip install -U requests[socks]