Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladi7 authored Jul 11, 2022
1 parent 2053a32 commit 8366c55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,13 @@ session.set_global(True)

# Actions
## Liking Geomatches
Liking method has 3 optional parameters.</br>
Liking method has 4 optional parameters.</br>
The amount, which is by default equal to 1, specifies how many times the like button should be pressed.</br>
The ratio, which is by default 100%, is the chance the bot should press like or else dislike.</br>
The sleep, which is by default 0 seconds, is the amount of seconds the bot should sleep between likes.</br>
These last 2 should make sure you don't get banned. :)
The randomize_sleep, which is by default True, if set to True, adds randomization to the provided time between likes.</br>

These last 3 should make sure you don't get banned. :)
```
session.like()
```
Expand Down

0 comments on commit 8366c55

Please sign in to comment.