Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 961 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 961 Bytes

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
export TELEGRAM_APITOKEN=YOUR_TOKEN
./ddg-email-bot

Referenced Repo and Special Thanks To Them

DDG Email Panel

ddg-get-api-token

Star History Chart