This repository is archived because
- I added no new passwords anymore. New passwords adding takes so long on my weak server that it is not worth it.
- The bot is based on python 2, using an old and I believe deprecated library for communication with telegram
- Honestly, nothing of value is in this repository
- I will likely shut the bot down unannounced at some point when I feel like it.
13000 unique users since 09.03.2018, 236 Mio entries. (numbers from 01.09.20).
This started out as a means to get back into python syntax and learning to work with git submodules. Now it's this:
- A Telegram bot to see if your password was in the BreachCompilation
-
- Group support:
/q@shi_ver_bot some@email.net
- Group support:
-
- Regex support:
/q test@test|(?i)alri
will perform a case-insensitive search and instead a wall of results will only returntest@test.net:!Alright1
- Regex support:
- An easy way to put some text above an image - cross-platform. Using MakeAboveMeme
-
- Input sanitizing in a way that html tags except for
will be displayed as entered
- Input sanitizing in a way that html tags except for
-
- Option for empty title or text by using
.
- Option for empty title or text by using
-
- Option for only a dot as text or title by using
\.
- Option for only a dot as text or title by using
-
-
- If you wanted
\.
as text, you're out of luck
- If you wanted
-
Requirements to build it yourself, in case you want to use my structure as a template for your own bot:
pip install telepot
pip install pyyaml