Projects STRLCPY OnionSearch Commits 5693ae04
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # OnionSearch
    2  -OnionSearch is a script that scrapes urls on different .onion search engines.
     2 +# Educational purposes only
     3 +OnionSearch is a script that scrapes urls on different .onion search engines. In 30 minutes you get 10,000 unique urls.
     4 +[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
     5 + 
     6 +## 💡 Prerequisite
     7 +[Python 3](https://www.python.org/download/releases/3.0/)
     8 +
     9 +## 🛠️ Installation
     10 +```
     11 +git clone https://github.com/megadose/OnionSearch.git
     12 +cd OnionSearch
     13 +pip3 install -r requierements.txt
     14 +python3 search.py -h
     15 +```
     16 +## 📈 Usage
     17 +```
     18 +python3 search.py [-h] --search "search" [--proxy 127.0.0.1:1337] [--output mylinks.txt]
     19 +python3 search.py --search "computer" --output computer.txt
     20 +```
     21 +## 📝 License
     22 +[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)
     23 + 
     24 + 
    3 25   
Please wait...
Page is in error, reload to recover