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

Question about friends_last_post_likes_and_interact_with_user_based_on_hashtahs.py

Open 3835 opened this issue 5 years ago • 4 comments

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?

3835 avatar May 21 '19 10:05 3835

hey did you found the answer ?

kaaye200711 avatar Dec 24 '19 02:12 kaaye200711

I'm looking for the answer too! I don't know where to find these files

tarenta avatar Jul 08 '20 21:07 tarenta

ERROR: Cannot locate specified Dockerfile: docker_conf/python/Dockerfile

@markderry can u help we ?

metapodcod avatar Sep 04 '20 21:09 metapodcod

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.

markderry avatar Sep 07 '20 19:09 markderry