passwordgeneratorbot

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2020 License: MIT Imports: 9 Imported by: 0

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>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL