π OsintCord is a powerful discord bot made for OSINT investigations and retrieving information about user profiles or guilds
β οΈ As of September 2025, the official bot is not maintained. The reason is that I have lost access to my discord account, which owns the bot. If you want to use the bot, you need to set it up yourself, following the instructions provided at the bottom of this README. This repository will still be maintained though.
git clone https://github.com/alteregodev/OsintCord.git- Clones the repository with the botcd OsintCordpip install -r requirements.txt- Install the dependenciescd botecho "BOT_TOKEN=<YOUR_BOT_TOKEN_HERE>" > .env- Set your bot token (replace <YOUR_BOT_TOKEN_HERE> with your actual bot's token). You can create a bot and get it's token at discord.com/developers/applicationpython core.py- Start the bot