This project is helps to Download and Upload contents from Streamtape by utilizing the API.
git clone https://github.com/DebXD/streamtape-scraper
cd streamtape-scraper
pip3 install -r requirements.txt
-
You need to create an account in streamtape.com and get these
API Username
,API Password
credentials from the account panel. -
Paste those two things in
example.env
and rename it to.env
afterwards. Do not add inverted comma or quotes.
python3 run.py
-
Follow the onscreen prompt and give input as your requirement.
-
Enter the path of your video if you want to upload a video. example :
/sdcard/Downloads/video.mp4
*Note : Remember you can not upload while using proxy.
That's it.
Thanks for reading till last. :D