Skip to content

atakanuludag/instagram-unfollowers-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Unfollowers Telegram Bot

How do I create a Telegram bot?

Example Env File

IG_USERNAME=""
IG_PASSWORD=""
TELEGRAM_BOT_TOKEN=""
TELEGRAM_POST_WAIT_TIME="5000"

Usage

Install

npm i

Run Develop Mode

npm run dev

Run Production Mode

npm run start