Skip to content

Save your friends story and receive a notification whenever they post a story

Notifications You must be signed in to change notification settings

Veeenz/instagram-story-stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram story & posts stalker

Instagram story & posts stalker is a tool which notifies you with a message on telegram whenever someone of your contacts adds a story or post.

But why?

Mmh, I don't know. Fun, maybe?

Getting started

You need to install and run MongoDB (mongod) and create config.json file. The config.json file has the following syntax:

{
    "token": "608599861:AAHrLZVOXeKr48k5qSPN9N-ChXy3Fhr2-KQ",
    "adminId": "48968121",
    "onlyPosts": false,
    "onlyStories": false,
    "instance": {
        "username": "",
        "password": ""
    }
}

adminId is the chat_id of the conversation on Telegram that you want to send to.

In order to install this script, you need to run:

$ pip3 install requests InstagramAPI pymongo python-telegram-bot
$ python3 main.py

How does it work?

Actually there isn't a full control with telegram. It will be improved. You can add pages in main.py manually:

obj.addPage("pageName1")
obj.addPage("pageName2")

You only need to add each page to stalk manually once.

TODO

  • Adding accounts with telegram
  • Removing accounts with telegram
  • Rewrite lite InstagramAPI for stories
  • Handle other errors

It's a beta, It'll be improved :)

Enjoy

About

Save your friends story and receive a notification whenever they post a story

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages