cachenow / ddg-email-bot

A Telegram Bot To Generate DuckDuckEmail Address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DuckDuckGo Email Bot

GitHub Repo stars

Features

  • No More DuckDuckGo Browser Extension
  • Single Binary File and A Bot Under Ur Management

DemoBOT

DuckDuckGoEmailBot

Deployment

  1. Get A UserName From DuckDuckGO Email
visited https://duckduckgo.com/email
  1. Compile
git clone https://github.com/xooxoodark/ddg-email-bot.git

cd ddg-email-bot
CGO_ENABLED=0 go build -trimpath  -ldflags "-s -w"
  1. Run
nano ./config.yaml
TELEGRAM_APITOKEN: "your_telegram_bot_token"

./ddg-email-bot
  1. Docker

Docker Hub

Referenced Repo and Special Thanks To Them

DDG Email Panel

ddg-get-api-token

Star History Chart

About

A Telegram Bot To Generate DuckDuckEmail Address

License:MIT License


Languages

Language:Go 99.3%Language:Dockerfile 0.7%