Skip to content

0.6.0 - #4759

Merged
converge merged 230 commits into
masterfrom
dev
Aug 12, 2019
Merged

0.6.0#4759
converge merged 230 commits into
masterfrom
dev

Conversation

@breuerfelix

@breuerfelix breuerfelix commented Aug 2, 2019

Copy link
Copy Markdown
Collaborator

how to install:

  • pip install git+https://github.com/timgrossmann/InstaPy.git@dev

or

  • delete your instapy cookies
  • git clone https://github.com/timgrossmann/InstaPy.git
  • cd instapy
  • git checkout dev
  • pip3 uninstall instapy
  • pip3 install -e .

start your Quickstart script

raspberry pi:

how to update:

  • cd into the repository
  • git pull
  • done! start your Quickstart :)

state handler:

  • update how update activity works, take rotative screen shots, record connection state to JSON
  • update JSON file where there is a new connection state
  • update screenshot file location
  • load security code from JSON
  • remove offline state to enable JSON to keep with the latest valid state

breaking changes:

signature changes:

set_action_delays(random_range) -> (random_range_from, random_range_to)
set_delemit_liking(max, min) ->(max_likes, min_likes)
set_delemit_commenting(max, min) ->(max_comments, min_comments)

unfollow_users(customList, instapyfollowed) -> (custom_list_enabled, custom_list, custom_list_param, instapy_followed_enabled, instapy_followed_param)

set_quota_supervisor(peak_) ->(peak_hourly, peak*_daily)

@Tachenz

Tachenz commented Aug 7, 2019

Copy link
Copy Markdown

@breuerfelix hey! So would it be of any use if I run this one to test things as well, or there is some inner discussion going between you guys where we can't see? (I am new to how dev branches work :P )

For now I get this error while trying to run it (Firefox up to date):
Untitled

@Tachenz

Tachenz commented Aug 8, 2019

Copy link
Copy Markdown

How do I update gekodriver manually? It looks like NewSession error relates to having an old one. @converge Is everyone having this WebDriverException - NewSession error with Dev and should I just wait? Or am I doing something really wrong?

@converge
converge merged commit 36e0589 into master Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.