This tool is based upon Psi .This is a telegram implementation with extra features than Psi.
Try it at @TrackDownRoBot
- Create a telegram bot through BotFather.
- Copy it's API key
- Clone the repo using
git clone https://github.com/Th30neAnd0nly/TrackDown
cd TrackDown
- Create a environment variable in
.env
file namedbot
and put your telegram bot token as it's value. - Replace your website URL at index.js
- Run
npm install
- Afterwards
npm start
- Your Bot is now online.