Bot can be used to create accounts and farm points on grass.io
- To install libraries on Windows click on
INSTALL.bat(or in console:pip install -r requirements.txt). - To start bot use
START.bat(or in console:python main.py).
- CREATE ACCOUNTS:
- In
data/config.pyputREGISTER_ACCOUNT_ONLY = True - Don't forget to put captcha service api-key in
data/config.py! - Provide emails and passwords (OPTIONAL) and proxies to register accounts as below!

- FARM POINTS:
- in
data/config.pyputREGISTER_ACCOUNT_ONLY = False - Provide emails and passwords and proxies to register accounts as shown below!
-
Accounts Setup 🔒
Put in
data/accounts.txtaccounts in format email:password (cool_aster@gmail.com:my_password123) -
Proxy Setup 🔒
Configure your proxies with the ANY (socks, http/s, ...) LOGIN:PASSWORD:IP:PORT format in
data/proxies.txt🌐

