Chromium is there in tur repo and x11 repo contains some dependencies of chromium
Run these commands
pkg install -y tur-repo x11-repo
pkg install -y chromium xorg-xerver-xvfb
Now to use chromium, you must use it with installed chromedriver, setup the virtual display ( like PyVirtualDisplay for python ) and do not use --headless=new
mode.
With --headless
, it should work without virtual display.
Install required packages by Microsoft-Rewards-bot
pkg install -y python python-tkinter
-
Clone the repo
-
Setup the repo like how you would do normally
-
In the command,
--virtual-display -no-webdriver-manager
must be added and do not add--headless
( otherwise it will throw an error ).
Example:
python3 ms_rewards_farmer.py --no-images --session --superfast --no-webdriver-manager --virtual-display
No need to do follow this if normal termux (above) method was used.
Setup chromium - Alpine linux method
Install alpine linux
Alpine linux because it is very small in size, and fast under proot.
You can skip this section if you have alpine linux already installed.
Original repo for alpine linux: https://github.com/illvart/termux-alpine
Run these commands
Follow instructions that appear, for more info, refer https://github.com/illvart/termux-alpine
Enter alpine proot
Install required packages
Now to use chromium, you must use it with installed chromedriver, setup the virtual display ( like PyVirtualDisplay for python ) and do not use
--headless=new
mode.With
--headless
, it should work without virtual display.Example: Run https://github.com/farshadz1997/Microsoft-Rewards-bot
Install required packages by Microsoft-Rewards-bot
For Alpine linux
Clone the repo
Setup the repo like how you would do normally
In the command,
--virtual-display -no-webdriver-manager
must be added and do not add--headless
( otherwise it will throw an error ).Example: