instapy-docker icon indicating copy to clipboard operation
instapy-docker copied to clipboard

🐳 Docker config and documentation for running InstaPy with Docker

Results 15 instapy-docker issues
Sort by recently updated
recently updated
newest added

Hi we are trying to run instapy in docker with following command: docker run --name instapy -v /Users/jurgenceramique/InstaPy/zwei.py:/code/docker_quickstart.py -v /Users/jurgenceramique/InstaWork:/code/InstaPy -d instapy/instapy:latest zwei.py has following entries # imports from instapy...

# docker pull instapy/instapy:latest && \ docker run --name instapy \ -v /home/username/Documents/username/instapy/quickstart.py:/code/docker_quickstart.py \ -v /home/username/Documents/username/instapy/InstaPy:/code/InstaPy \ -d instapy/instapy:latest 2652kb [00:01, 2553.41kb/s] InstaPy Version: 0.6.13 ._. ._. ._. ._. ._....

This continually just gives cannot detect post media type and needs this PR merged: https://github.com/timgrossmann/InstaPy/pull/6143

Hi, Wondering if someone might be able to help me configure Instapy to run in Unraid. If someone could add to the community applications, that would be great! Otherwise could...

Bumps [instapy](https://github.com/timgrossmann/InstaPy) from 0.6.13 to 0.6.16. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=instapy&package-manager=pip&previous-version=0.6.13&new-version=0.6.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, when i checked out this repo and tried to used this over docker-compose, folling error ocurred: https://github.com/timgrossmann/InstaPy/issues/5882 I just the last answer from the ticket above in this pull...

Hello, I'm getting the following error when I follow the docker-compose guide. ``` File "docker_quickstart.py", line 1, in from instapy import InstaPy File "", line 983, in _find_and_load File "",...

The existing Dockerfile doesn't support Raspberry Pi OS, mainly due to Firefox amd64 binary being explicitly downloaded. This Dockerfile installs it from apt (`firefox-esr=78.9.0esr-1~deb10u1+rpi1`) + fixes some build dependencies for...

web_1 | INFO [2020-09-27 10:14:43] [freeze_francis] - Internet Connection Status: ok web_1 | INFO [2020-09-27 10:14:43] [freeze_francis] - Current IP is "58.10.209.28" and it's from "Thailand/TH" web_1 | INFO [2020-09-27...

When I'm hitting ` docker run instapy/instapy ` I get the following message. ``` WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no...