Conversation
Signature types
InfluxDB Integration
|
@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): |
MedRedha
approved these changes
Aug 7, 2019
Fixing typo unfollow works normal
…enium bug report)
|
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? |
…ith_graphql Get users through dialog with graphql
christophe-duc
approved these changes
Aug 11, 2019
riccardovalente
approved these changes
Aug 11, 2019
converge
approved these changes
Aug 12, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

how to install:
pip install git+https://github.com/timgrossmann/InstaPy.git@devor
git clone https://github.com/timgrossmann/InstaPy.gitcd instapygit checkout devpip3 uninstall instapypip3 install -e .start your Quickstart script
raspberry pi:
how to update:
git pullstate handler:
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)