(01 February, 2023 - 05:39 AM)Riddle420 Wrote: Show MoreUse This Simple Python BOT That Automates like4like.org to Gain Free Credits
How to use:
- Make sure first to download Python & this text editor Visual Studio Code
- Install all the necessary libraries using this one command: pip install -r requirements.txt
- Install Cookie-Editor Extension in your chrome browser
- Login to your account in Like4Like (Non Ref) & Export the cookies using Cookie Editor Extension
- Paste the exported cookies in cookies.json file & change the value of sameSite to 'Strict' or 'Lax'
- Open this python file run.py & change twitter_user, twitter_pwd to your personal infos
- Open your Command Prompt and run the script using this simple command: python run.py
- Enjoy Gaining FREE CREDITS!
Download:
@
Riddle420 hey bro its not working anymore
in the exported cookie.jason there is no "Strict" value
and the script gives error and exit
Code:
PS C:\Users\xxx\Downloads\Lik4Like Python Bot> python run.py
ERROR: Could not find a version that satisfies the requirement cuolur (from versions: none)
ERROR: No matching distribution found for cuolur
WARNING: You are using pip version 20.2.3; however, version 23.2.1 is available.
You should consider upgrading via the 'c:\users\xxx\appdata\local\programs\python\python39\python.exe -m pip install --upgrade pip' command.
Traceback (most recent call last):
File "C:\Users\xxx\Downloads\Lik4Like Python Bot\run.py", line 123, in <module>
ed.open()
File "C:\Users\xxx\Downloads\Lik4Like Python Bot\run.py", line 30, in open
bot.add_cookie(cookie)
File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 631, in add_cookie
assert cookie_dict["sameSite"] in ["Strict", "Lax", "None"]
AssertionError
PS C:\Users\xxx\Downloads\Lik4Like Python Bot>