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

A Telegram Bot Plays With Words in python

TheWordzBot A Telegram Bot Plays With Words in python. ➠ I Can Turn Text Into Audio ➠ I Can Get Results From Dictionary ➠ I Can Make Google Search For You ➠ I Can Suggest Strong Passwords For You ➠ I Can Encode And Decode text in base64 format ➠ I Can Make Cowsay From Given Text GitHub https://github.com/raveen-2003/TheWordzBot    

Read more

A moderation bot made in python with SlashCommands

Smogy BOT Smogy BOT is a usefull moderation bot totally made in python with the module discord_py and discord_slash. Normal member commands list This is all the commands that you can execute only with the permission to write in a channel. If a command is preceded by a ” * ” it means that the argument is optional. Help This command allows you to obtain more information about an order. Report This command allows you to report a member who […]

Read more

A telegram bot for Keel

keel-telegram-bot keel-telegram-bot is a telegram bot for Keel. Features Receive notifications (via Webhook) List approvals Approve pending approvals Reject pending approvals Delete archived approvals Manual installation Install Install keel-telegram-bot using pip: pip3 install keel-telegram-bot Configuration keel-telegram-bot uses container-app-conf to provide configuration via a YAML file as well as ENV variables. Have a look at the documentation about it. See keel-telegram-bot_example.yaml for an example in this repo. Run Start the bot by using: keel-telegram-bot Docker To run keel-telegram-bot using docker you […]

Read more

CoWIN Vaccination slot booking telegram bot with auto captcha resolver & alerting feature

COWIN VACCINATION SLOT AUTO BOOKING (Bot with captcha solving & alerting capabilities. Never miss the vaccine slot.) HOW IT WORKS Your computer will act as a server to update messages & recieve messages from telegram bot. This automation script, gathers the recieved messages from the user & checks the details on COWIN portal. Your phone (Telegram app) will act as a client to recieve messages sent from the computer. If your computer stops or your script stops on computer, you […]

Read more

A chatbot made in RASA and helps the user to plan their vacation

rasa-travel-chatbot Here is my Senior Design Project that I implemented to graduate from Computer Engineering. It is a chatbot made in RASA and helps the user to plan their vacation in the Turkish language. In order to plan the user’s vacation, it provides reservations by asking various questions for hotel, flight, or event. Create a virtual environment of python 3.6 or greater. Navigate to the rasa directory. Run the command:rasa train After the model is trained, launch the rasa core […]

Read more

Discord bot written in python using discord.py

Not-a-bot Discord bot written in python using discord.py Not meant to be selfhosted Cogs All of the commands reside in the cogs folder with the exception of help which is located in the bot.py file in bot folder. Backend for the commands is located in bot and utils Requirements requirements.txt should have most if not all the packages needed to run this bot. You still need outside programs such as a MySQL server set up for the bot to work. […]

Read more

An easy to use image CAPTCHA soltion for pyTelegramBotAPI

pyTelegramBotCAPTCHA An easy to use and (hopefully useful) image CAPTCHA soltion for pyTelegramBotAPI. Installation: pip install pyTelegramBotCAPTCHA Do not forget to update the package from time to time by callingpip install pyTelegramBotCAPTCHA –upgrade Description: Do you have problems with userbots that spam your groups or add your group members to other chats? Then this package can help you to protect your groups and members! It’s very easy to integrate into your existing bot and also easy to customize the CAPTCHA […]

Read more

Pagination for your discord.py bot using the discord_components library

Paginator – discord_components This repository is just an example code for how to carry out pagination using the discord_components library for python. Its fairly easy, and once you get the hang of it you can modify it as per your choice 😀 The code contains an in-built timeout feature, where after 10 seconds of inactivity, the buttons are disabled automatically! Pre Requisites Basic knowledge of Python Python 3.7+ installed on your computer Discord Account Libraries Simply install these by running […]

Read more
1 6 7 8 9