Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

adityash4rma/doodstream_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GPL-3.0 License


Logo

Doodstream API wrapper

This is an un-official Doodstream python API Wrapper is just an upgrade or what you can say a maintained fork of THIS!


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. TODO
  5. License
  6. Contact

About The Project 🤔

This API Wrapper is an unofficial python wrapper for the doodstream API. What is DoodStream? DoodStream is a profitable video hosting service where you can upload, share, and view videos and listen to audios online. It is said that you can get paid for the tasks assigned on this website such as uploading and sharing videos or referring.

(↥ back to top)


Getting Started 🏃‍♂️

Install python :\ and goto next step


Installation 🛠

pip install doodstream_api

(↥ back to top)


Usage 💡

Use it as Python Module

from doodstream_api import doodstream_conf


ds = doodstream_conf('23JC3hcvxxxxxxxxx')


# Check doodstream account info
ds.account_info()

# Check doodstream account reports
ds.account_reports()

# Check DMCA reports for Videos
ds.account_dmca()

# Upload video file from local storage
ds.local_upload("PATH_TO_YOUR_VIDEO")

# Copy/Clone Video to your account
ds.copy_video("FILE_ID")

# Upload video from direct links
ds.remote_upload("DIRECT_VIDEO_LINK")

# Get list & status of remote uploads (errors, current uploads, etc.)
ds.remote_upload_list()

# Get only status of remote uploads
ds.remote_upload_status()

# Info for slots in remote upload
ds.remote_upload_slots()

# Perform Various Action on remote upload
ds.remote_upload_action()

# Create new folder
ds.folder_create('FOLDER_NAME')

# Rename folders
ds.folder_rename('FOLDER_ID','FOLDER_NAME')

# List Files in your Doodstream Account
ds.file_list()

# Specific file status
ds.file_status('FOLDER_ID')

# Get basic file info
ds.file_info("FILE_ID")

# Get file image
ds.file_image('FILE_ID')

# Specific File rename
ds.file_rename('FILE_ID', 'NEW_FILE_NAME')

# Search videos in your Doodstream account
d.file_search("YOUR_KEYWORD")

TODO 👷‍♂️

  • Doodstream CLI
  • Handle more exceptions!

See the open issues for a full list of proposed features (and known issues).

(↥ back to top)


License 📃

Distributed under the MIT License. See LICENSE.txt for more information.

(↥ back to top)


Donations 😃

Buy Me A Coffee

(↥ back to top)

About

Unofficial API Wrapper For Python. Just a maintained Fork of https://github.com/wahyubiman/DoodStream

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages