Skip to content

DebXD/streamtape-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamtape-scrapper

This project is helps to Download and Upload contents from Streamtape by utilizing the API.

forthebadge made-with-python Linux license Total alerts

Use this Project :

git clone https://github.com/DebXD/streamtape-scraper
cd streamtape-scraper

Install the requirements :

pip3 install -r requirements.txt

Usage:

  1. You need to create an account in streamtape.com and get these API Username,API Password credentials from the account panel.

  2. Paste those two things in example.env and rename it to .env afterwards. Do not add inverted comma or quotes.

Run this Project :

python3 run.py
  1. Follow the onscreen prompt and give input as your requirement.

  2. 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