SIMPLE SCRIPT TO RUN NODEPAY ON YOUR ANDROID PHONE USING TERMUX, NOT NEEDING ANY BROWSER AND EXTENSION
Install Termux and Configure the Script-
pkg install git
pkg install nano
pkg install python
git clone https://github.com/ashtrobe/nodepaywoex-py.git
cd nodepaywoex-py
pip install -r requirements.txt
To get your Bearer token:
-
Download and install kiwi browser in your phone.
-
Go to Nodepay dashboard.
-
Open Developer Tools in kiwi browser.
-
Go to the Console tab in Developer Tools.
-
Type the following command to get your token:
localStorage.getItem('np_webapp_token')
-
This will return the Bearer token. ex: eyJhbGciOi.......
Paste the token in user.txt
:
nano user.txt
Run the Script-
python main.py