-
Notifications
You must be signed in to change notification settings - Fork 15
Termux
Lovi edited this page Jun 25, 2024
·
5 revisions
This is a tutorial to install the downloader on Termux, which is an Android Terminal Emulator Based off android linux kernel.
In order to install this you will need:
- Android>=6.0
- Termux (Installed from F-Droid or via APK)
Open Termux Enable Storage permission for Termux with this command
termux-setup-storage
Upgrade and update packages
pkg upgrade & pkg update
Install ffmpeg
pkg install ffmpeg
Install Python
pkg install python -y
If not already installed
pkg install python-pip
Go to the emulated storage folder
cd storage
Download the repository (Here we use git but you are free to just download the zip from the Releases Section)
pkg install git -y
git clone https://github.com/Ghost6446/StreamingCommunity_api
Go to the StreamingCommunity_api folder
cd StreamingCommunity_api
Install the python requirements
pip install -r requirements.txt
python3 run.py
Common Issues
- If pkg update fails try to change your repo location