A Discord bot that searches the dark web for your query and returns links and screenshots of the results to your Discord channel using ahmia.fi. Developed by RocketGod.
Note: You need to have the TOR Browser connected to the TOR Network for this bot to function correctly.
Before installing the bot, ensure you have the correct version of chromedriver
for your system:
- Check your Google Chrome version by navigating to the menu (⋮) > Help > About Google Chrome.
- Go to the ChromeDriver download page and download the corresponding version of
chromedriver
for your Chrome version. I've included the latest version as of September of 2023. - Once downloaded, place the
chromedriver
executable in a directory that's on your system's PATH or in the root directory of the bot. Make sure Chrome matches!
- Clone this repository:
git clone https://github.com/RocketGod-git/Dark-Web-Discord-Bot cd Dark-Web-Discord-Bot
- Install dependencies and run the bot:
run.bat
- Clone this repository:
git clone https://github.com/RocketGod-git/Dark-Web-Discord-Bot cd Dark-Web-Discord-Bot
- Make the script executable:
chmod +x run.sh
- Install dependencies and run the bot:
./run.sh
- Edit
config.json
in the root directory with the following format:{ "discord_bot_token": "YOUR_DISCORD_BOT_TOKEN" }
- Replace
YOUR_DISCORD_BOT_TOKEN
with your actual Discord bot token.
- Search for onion links related to a query on the dark web.
- Get screenshots of the fetched onion sites directly in Discord with clickable links.
This project is licensed under the GNU GPLv3 - see the LICENSE file for details.