Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about friends_last_post_likes_and_interact_with_user_based_on_hashtahs.py #35

Open
3835 opened this issue May 21, 2019 · 4 comments

Comments

@3835
Copy link

3835 commented May 21, 2019

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?
@kaaye200711
Copy link

hey did you found the answer ?

@tarenta
Copy link

tarenta commented Jul 8, 2020

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

@metapodcod
Copy link

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

@markderry can u help we ?

@markderry
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants