Skip to content

Post photos/videos from instagram to telegram channel by the tag

License

Notifications You must be signed in to change notification settings

gpicc/InstagramToTelegram

 
 

Repository files navigation

Instagram tag -> Telegram channel grabber

How to use

  1. Clone this repo
    git clone https://github.com/GeorgiyDemo/InstagramToTelegram
  2. Replace the strings in .env_example
    TELEGRAM_TOKEN=000000000:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    TELEGRAM_CHANNELNAME=@tg_channel_name
    INSTAGRAM_TAGNAME=inst_tag_without_#
    REDIS_PASSWORD=string_passwd
    
  3. Rename .env_example to .env
  4. Run via docker-compose
    docker-compose up -d 

Requirements

  • docker-compose
  • docker

About

Post photos/videos from instagram to telegram channel by the tag

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.5%
  • Dockerfile 14.5%