Ecosyste.ms: Awesome
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 10 hours ago
JSON representation
Pretty raw indexer for tor network
- Host: GitHub
- URL: https://github.com/yeahnotsewerside/onionindexer
- Owner: YeahNotSewerSide
- Created: 2020-12-21T01:20:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T01:35:05.000Z (almost 4 years ago)
- Last Synced: 2024-07-16T13:38:52.104Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OnionIndexer
Pretty raw indexer for tor networkOnionIndexerNoJs.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]