PwnWiki Telegram database searching bot in python
pwtgbot PwnWiki Telegram database searching bot. Screenshots How it looks like in the terminal when running How it looks like in Telegram Run Directly From Source # clone and enter repository git clone https://github.com/k4yt3x/pwtgbot.git cd pwtgbot # set Telegram bot token export PWTGBOT_SECRET=”TELEGRAM BOT SECRET” # launch bot python -m pwtgbot Run With Docker/Podman You can run this bot from its Docker image. $PWTGBOT_SECRET: Telegram bot secret token $VERSION_TAG: pwtgbot version (e.g., 1.2.0) You can check out the newest tag […]
Read more