Discover Packages
github.com/hirbodbehnam/passwordgeneratorbot
command
module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Mar 20, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Password Generator Bot
A simple Telegram bot to generate secure random passwords
Features
Lightweight : 200 lines of code, nearly low memory usage.
Secure : Use crypto/rand to generate secure random passwords.
No trace : Nothing is stored on server and no logs.
Live Bot
I try to keep this bot alive.
http://t.me/pass_generator_bot
Install
Building
git clone https://github.com/HirbodBehnam/PasswordGeneratorBot
cd PasswordGeneratorBot
go get github.com/go-telegram-bot-api/telegram-bot-api
go get github.com/patrickmn/go-cache
go build main.go
Running
./main <BOT_TOKEN>
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.