What I think about doing Instagram lately,
"Like, can't it be automated?"
I searched to make it a reality and found this article. However, Python Wakaranai I had a hard time building the environment, so I will leave what I did.
(1) pip upgrade
$ python3 -m pip install --upgrade pip
(2) Installation of selenium
$ pip3 install Selenium
(3) Installation of chrome driver
$ brew tap homebrew/cask
$ brew cask install chromedriver
Now you can run python3 <filename.py>
~: v_tone1: