Dark-Web-Discord-Bot
Dark-Web-Discord-Bot copied to clipboard
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
trafficstars
Dark-Web-Discord-Bot
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.
🚀 Installation
Prerequisites
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
chromedriverfor your Chrome version. I've included the latest version as of September of 2023. - Once downloaded, place the
chromedriverexecutable in a directory that's on your system's PATH or in the root directory of the bot. Make sure Chrome matches!
Windows:
- 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
Linux/macOS:
- 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
🛠️ Configuration
- Edit
config.jsonin the root directory with the following format:{ "discord_bot_token": "YOUR_DISCORD_BOT_TOKEN" } - Replace
YOUR_DISCORD_BOT_TOKENwith your actual Discord bot token.
🌟 Features
- 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.
📜 License
This project is licensed under the GNU GPLv3 - see the LICENSE file for details.