Building an environment for executing Python scripts (for mac)

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.

procedure

(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:

Recommended Posts

Building an environment for executing Python scripts (for mac)
[Python] Building an environment with Anaconda [Mac]
[Mac] Building a virtual environment for Python
Building an Anaconda environment for Python with pyenv
Building an environment for matplotlib + cartopy on Mac
Python environment construction For Mac
[Definitive Edition] Building an environment for learning "machine learning" using Python on Mac
Building an environment for "Tello_Video" on Mac OS X
Building an environment for natural language processing with Python
Building a Python environment for programming beginners (Mac OS)
Error when building mac python environment
Python3 TensorFlow for Mac environment construction
[Python] Building an environment for competitive programming with Atom (input () can be used!) [Mac]
Build an environment for Blender built-in Python
Creating amateur python environment settings (for MAC)
Building a Python development environment for AI development
Building an environment for "Tello_Video" on Raspbian
Building an environment for "Tello_Video" on Windows
Selenium + WebDriver (Chrome) + Python | Building environment for scraping
[Definitive Edition] Building an environment for learning "machine learning" using Python on Windows
Building an environment that uses Python in Eclipse
Various commands for building an environment with Apache
Think about building a Python 3 environment in a Mac environment
Introduction to Python "Re" 1 Building an execution environment
Try building an environment for MayaPython with VisualStudioCode
Mac environment construction Python
Python environment for projects
How to build an environment for using multiple versions of Python on Mac
Building a Python environment for pyenv, pyenv-virtualenv, Anaconda (Miniconda)
Write about building a Python environment for writing Qiita Qiita
Build an interactive environment for machine learning in Python
Make your python CUI application an app for mac
Building a Docker working environment for R and Python
Summary of python environment settings for myself [mac] [ubuntu]
Procedure for building a CDK environment on Windows (Python)
Building an environment for displaying organic compounds using RDKit
Memo for building a machine learning environment using Python
Set Up for Mac (Python)
Python3 environment construction (for beginners)
Building a Python virtual environment
Python 3 series installation for mac
[For organizing] Python development environment
Building a Python virtual environment
Indentation formatting for python scripts
Ansible environment construction For Mac
I tried to build an environment for machine learning with Python (Mac OS X)
Let's get started with Python ~ Building an environment on Windows 10 ~
Building a python environment for artificial intelligence (Chainer / TensorFlow / CSLAIER)
Building a Python environment on a Mac and using Jupyter lab
[Note] List of basic commands for building python / conda environment
Building a development environment for Android apps-creating Android apps in Python
Building a Hy environment for Lisper who hasn't touched Python
[Python] Building a virtual python environment for the pyramid tutorial (summary)
Building an environment to execute python programs on AWS EC2
Create a virtual environment for python on mac [Very easy]
Building an auto-sklearn environment that semi-automates machine learning (Mac & Docker)
Building a Python environment on Ubuntu
Studying Python Part.1 Creating an environment
Create a Python environment on Mac (2017/4)
Django beginners tried building an environment
I checked Mac Python environment construction