instapy-quickstart
instapy-quickstart copied to clipboard
Question about friends_last_post_likes_and_interact_with_user_based_on_hashtahs.py
Hi! How to use this script? In file The file has this information: `This config is ment to run with docker-compose inside a folder call z_{user} (Added to gitignore) Folder content:
- data.yaml
- docker-compose.yaml
- start.py (Containing this script) ` Is there any simpler way to run the script (without docker-compose, data.yaml etc) and if not what should be in the data.yaml and docker-compose.yaml files?
hey did you found the answer ?
I'm looking for the answer too! I don't know where to find these files
ERROR: Cannot locate specified Dockerfile: docker_conf/python/Dockerfile
@markderry can u help we ?
You don't need docker at all, this can be run from a simple virtualenv setup with python 3.7 and then run the following:
pip install pyyaml
pip uninstall configparser
pip install configparser==3.8.1
pip install instapy
Then you can edit the script to remove the remote selenium reference and everything should work.