Upload video to acfun site.
Chrome/Chromium
macOS
Linux/Debian
apt-get install chromium
# Refer to https://github.com/timgrossmann/InstaPy/issues/1245#issuecomment-358872721
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i google-chrome-stable_current_amd64.deb
apt-get -fy install
# Refer to https://github.com/timgrossmann/InstaPy/issues/1245#issuecomment-396515785
chromedriver
/usr/local/bin
to other environment paths ($PATH
).Run python main.py
under the root directory to check the example usage.