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.
Mmh, I don't know. Fun, maybe?
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
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.
- Adding accounts with telegram
- Removing accounts with telegram
- Rewrite lite InstagramAPI for stories
- Handle other errors
Enjoy