mervynteo / 94Orig

Telegram bot for downloading instagram pictures powered by express + cheerio crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

94Orig

Info

  • 2018/8/19 Andrew Wang
  • This is a telegram bot for downloading instagram and twitter's original photo
  • contains API for Web and for Bot
  • Backend API is built with Express & Cheerio & puppeteer
  • Telegam Bot is built with node-telegram-bot-api

Feature

  • IG image
  • IG video
  • IG Story image
  • IG Story video
  • Twitter image
  • Twitter video
  • Twitter video as Gif
  • Error handling
  • Web
  • Line
  • Facebook messenger

Input

Try it on Heroku

Deploy

in order to let the bot work, set up the following vars in heroku setting

  • insCookies: [instagram login cookie]
  • insPass: [instagram account password]
  • insEmail: [instagram account email]
  • NODE_ENV: production
  • telegramToken: [telegram bot token, you can recieve it from bot father]
  • url: [your heroku project url]

cause the region difference, I highly recommend not to use your own instagram account in this bot

About

Telegram bot for downloading instagram pictures powered by express + cheerio crawler

License:MIT License


Languages

Language:JavaScript 97.1%Language:HTML 2.1%Language:CSS 0.8%