You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg upgrade -y && termux-change-repo && termux-setup-storage run to update repo to local and setup storage
pkg upgrade -y && pkg install python-grpcio python-lxml python-pillow -y run to setup depends
CFLAGS="-Wno-error=incompatible-function-pointer-types" pip install -U setuptools lightnovel-crawler run to install
cd ~/storage/downloads set storage location to downloads folder
lncrawl run the crawler
You can navigate up using Vol UP + W and down using Vol UP + S.
When there is a new update available, you can install it just by running pip install -U lightnovel-crawler. You will not have to run all the above commands again.
The text was updated successfully, but these errors were encountered:
Example of working termux installation instructions
Termux (Android)
📱 Using Termux, you can run this app in your android phones too. Follow this instructions:
pkg upgrade -y && termux-change-repo && termux-setup-storage
run to update repo to local and setup storagepkg upgrade -y && pkg install python-grpcio python-lxml python-pillow -y
run to setup dependsCFLAGS="-Wno-error=incompatible-function-pointer-types" pip install -U setuptools lightnovel-crawler
run to installcd ~/storage/downloads
set storage location to downloads folderlncrawl
run the crawlerWhen there is a new update available, you can install it just by running
pip install -U lightnovel-crawler
. You will not have to run all the above commands again.The text was updated successfully, but these errors were encountered: