Instagram Bot | Watching Stories and Highlights, Programming with Python (2021)

preview_player
Показать описание
In this Video we will create a working Instagram bot in 2021. With this Instagram bot, your influencing career will be skyrocket up 🚀.

This time we will create a function that watches the Stories from the ones you are following for a specific time:) And another function to watch the Highlights of a specific Userprofile 🙂

Everything we will implement, will be done with selenium which can also be easily used on other Websites and create other bots.

If you have some interest/ideas in creating other bots just let me know in the comments below 🙂 Enjoy it :)

#InstagramBot
#Python
#Programming

0:00 Intro
2:15 Story Watching
7:28 Highlight Watching
12:30 Outro
Рекомендации по теме
Комментарии
Автор

thank you dude. I am your 100th subscriber. I wish you make great content .

saivamshi
Автор

Thanks for the tutorials dude. If I may suggest something... Maybe a tutorial on adding proxies to a bot? Any type of bot for all I care. Keep on the good work man!

hboy
Автор

I need my bot to see the stories of the followers of a profile, but I would like it not to see them in full, to click on "next" depending on how many stories the profile has ..

MrJorgeGomez
Автор

So can we select user and make thr bot see all the user followers story?

carolinedyalny
Автор

I really need this, unfortunately i can't understand anything about programing

prod.dante
Автор

awesome tutorial!!! please make a auto story viewer by username.

john-fcpb
Автор

nice job for the tutorials, I have used selenium and it was working totally fine untill it stopped after few days, it gets denied from instagram and only shows the error " the target machine has refused it " any ideas about this please ?

baybay
Автор

I am receiving these errors:

Traceback (most recent call last):
File "C:\Users\pedro\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\pedro\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\pedro\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] O sistema não pode encontrar o arquivo especificado

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\pedro\PycharmProjects\pythonProject\storiesbot.py", line 375, in <module>
bot = InstagramBot(username=USERNAME, password=PASSWORD)
File "C:\Users\pedro\PycharmProjects\pythonProject\storiesbot.py", line 28, in __init__
self.browser =
File "C:\Users\pedro\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in __init__
self.service.start()
File "C:\Users\pedro\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 81, in start
raise WebDriverException(

pedroalkas