It is against Shopee Singapore Tos for using bots
(k) access the Shopee platform, open a user account, or otherwise access your user account using any non-official Shopee hardware or software, including but not limited to an emulator, simulator, bot or other similar hardware or software;
Technically not a bot since it uses the same POST request as per in the app?Just use at your own risk if you decide to use it.
🤑Automatically get your shopee coins and have your plants watered automatically!💧
- Install selenium, requests, and pycryptodome. (Using requirements.bat or pip)
- Run
python source/get-shopee-coins.pyw
fromTerminal/CMD
and complete login process. - Run
python source/WaterPlant.pyw
fromTerminal/CMD
and complete login process.(or run it once to generate key and copy Credentials & Cookies from GSC folder)
Option 1. Run python source/get-shopee-coins.pyw
from Terminal/CMD
to get coins.
Option 2. Use Windows Task Scheduler to run python source/get-shopee-coins.pyw
periodically.
Option 1. Run python source/WaterPlant.pyw
from Terminal/CMD
to get water.
Option 2. Use Windows Task Scheduler to run python source/WaterPlant.pyw
periodically. \
- In
%HOMEPATH%/Documents/GSC/users.txt
or%HOMEPATH%/Documents/ShopeeFarm/users.txt
, enter new line and new username. - Run
python source/get-shopee-coins.pyw
orpython source/WaterPlant.pyw
fromTerminal/CMD
and complete login process.
- Google Chrome must be installed first.
- You can check the title of login page to know which user you login to.
- Do NOT refresh or go to previous page during login process. If you did, restart the program.
- If you changed your password, delete %HOMEPATH%/Documents/GSC/credentials-username or %HOMEPATH%/Documents/ShopeeFarm/credentials-username and complete login process.
Your login credentials is stored in %HOMEPATH%/Documents/GSC/credentials-username or/and %HOMEPATH%/Documents/ShopeeFarm/credentials-username and encrypted using AES.
We use it to re-login after cookies expired. We do NOT steal any info about it or use it for any other purpose.
- Windows 11 22H2
- Python 3.8.10
- selenium==4.1.0
- requests==2.26.0
- pycryptodome==3.12.0
This project is under the MIT License.