deepland / telegram-email-parser

Get all emails from webpage using telegram bot.

Home Page:https://t.me/webemailparser_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Get all emails from webpage using telegram bot.

Commands:

/start, /help
/url

Example: /url https://example.org

Requirements

Node v7.6.0+ with async/await support.

Install and usage

Install:
git clone https://github.com/Bannerets/telegram-email-parser telegram-email-parser
cd telegram-email-parser
npm install

Set your telegram bot token in settings.json.

settings.json example:
{
  "token": "296215141:ABHbxSGSASSlGbgtjp4Cwutssezznp8cf9T"
}
Run:
node index.js

About

Get all emails from webpage using telegram bot.

https://t.me/webemailparser_bot

License:MIT License


Languages

Language:JavaScript 100.0%