Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qeteshpony/subbypasswordsbot
Check a "password" generated by a sub
https://github.com/qeteshpony/subbypasswordsbot
telegram-bot
Last synced: about 1 month ago
JSON representation
Check a "password" generated by a sub
- Host: GitHub
- URL: https://github.com/qeteshpony/subbypasswordsbot
- Owner: Qeteshpony
- License: mit
- Created: 2024-06-25T16:47:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T09:10:01.000Z (6 months ago)
- Last Synced: 2024-06-27T21:31:37.905Z (6 months ago)
- Topics: telegram-bot
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Strength Bot
This telegram bot checks the "password" that was generated by a cutie. You can add it to any
telegram group and call it by replying to the "password" with /checkIt is a silly product that was the result of some teasing fun between friends.
Don't use it for serious password checking - it is _not_ made for that.You can try it by directly talking to [@SubbyPasswordsBot](https://t.me/SubbyPasswordsBot).
Any private message will be rated immediately and then discarded.## Run your own instance
- clone this repository to a folder on your docker host, for example to `/opt`
- create a bot token by talking to the [BotFather](https://t.me/BotFather)
- add the bot token to the bot.env file
- run `docker compose up -d`