-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca94dda
commit 4b03580
Showing
3 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
![GitHub Org's stars](https://img.shields.io/github/stars/IndexOffy?label=IndexOffy&style=flat-square) | ||
![GitHub last commit](https://img.shields.io/github/last-commit/IndexOffy/onion-network-dataset?style=flat-square) | ||
|
||
## Introduction | ||
|
||
Database of onion network sites and graphs related to connections. | ||
|
||
## Project objectives: | ||
|
||
- Answer the question of how many sites are possible to discover through scraping. | ||
- Graph relationships between onion network sites. | ||
- Provide a complete list of discovered sites. | ||
- Apply machine learning techniques to categorize websites based on content. | ||
- Apply ranking techniques to provide a search engine. | ||
|
||
### Initial dataset | ||
|
||
- Download Links - [_link.csv](#) | ||
- Download Connections - [_connection.csv](#) | ||
|
||
### Commit Style | ||
|
||
- βοΈ NO-TASK | ||
- π PEP8 | ||
- π ISSUE | ||
- πͺ² BUG | ||
- π DOCS | ||
- π¦ BUILD | ||
- β€οΈοΈ TEST | ||
- β οΈ SECURITY | ||
|
||
### License | ||
|
||
![GitHub](https://img.shields.io/github/license/IndexOffy/onion-network-dataset?style=flat-square) | ||
|
||
This project is licensed under the terms of the MIT license. | ||
|
||
**RESOURCES** | ||
|
||
- GitHub: [https://github.com/IndexOffy/onion-network-dataset](https://github.com/IndexOffy/onion-network-dataset) | ||
- Docs: [http://www.indexoffy.com/](http://www.indexoffy.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
site_name: Onion Network Dataset | ||
repo_url: https://github.com/IndexOffy/onion-network-dataset | ||
copyright: IndexOffy | ||
|
||
nav: | ||
- onion-network-dataset: index.md | ||
|
||
theme: | ||
name: simple-blog |