InstagramBot (2020)

What is this all about?

So I decided to make a script for my personal use. I wanted to find a fun way to learn Selenium technology.


Code

The program code was written in Python with a little help of JavaScripts functions.
You can take a look at the code here.


So what have I learned?

It was definetely fun task to conduct reseach in web development. Sometimes I was stuck to some tasks and need to find solutions on web. Sometimes I had to try different things until it worked.

  • I learned about AJAX calls and JavaScripts functions.
  • I learned about Selenium and ChromeDriver.
  • I learned how to create and manage code acording to PEP.
  • I learned how to use Google Developer Toolbar.