Skip to main content

PwnWiki 命令行搜索工具

Project description

pwtgbot

PwnWiki Telegram database searching bot.

Screenshots

image
How it looks like in the terminal when running

image
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)
# add Telegram bot token as secret
echo $PWTGBOT_SECRET | podman secret create pwtgbot -

# launch docker container
docker run -it --name pwtgbot --secret pwtgbot docker.io/k4yt3x/pwtgbot:$VERSION_TAG

Building the Docker Image

# clone and enter repository
git clone https://github.com/k4yt3x/pwtgbot.git
cd pwtgbot

# build the image
docker build -t pwtgbot:latest .

License

Due to management issues, this program is now licensed under a proprietary license. You must read and agree to the EULA prior to using this program. Should you need to modify or redistribute the source code, please contact the author for exclusive permissions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pwtgbot-1.2.3.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

pwtgbot-1.2.3-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page