Skip to main content

Unofficial python api wrapper from https://doodstream.com

Project description

Unofficial DoodStream API


doodstream logo

Unofficial python api wrapper from doodstream api. DoodStream is a video hosting service were you can upload videos, share & make money.

Feature

  • HLS Streaming
  • Unlimited Storage
  • Faster Encoding
  • Subtitles Support
  • Premium bandwidth

Supported host for remote upload :

  • Google Drive
  • Fembed.com
  • Gounlimited.to
  • Clipwatching.com
  • Vidoza.net
  • Mp4upload.com
  • Vidlox.me

Max remote upload slot : 40

More detail Click Me


Install

pip install doodstream

Usage

You can use this as python module or via terminal

Use as python module

from doodstream import DoodStream

d = DoodStream("YOUR_API_KEY")


# Check doodstream account info
d.account_info()

# Check doodstream account reports
d.account_reports()

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

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

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

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

# Rename video filename 
d.rename_file("FILE_ID", "NEW_NAME")

# Copy videos from another Doodstream user to your account
d.copy_video("FILE_ID")

Use via terminal

set your doodstream api key first

export DOODSTREAM_API=you_key_here
  • Check doodstream account info
doodstream account
  • Check doodstream account reports
doodstream reports
  • Upload video file from local storage
doodstream upload PATH_TO_YOUR_VIDEO
  • Upload video from direct links
doodstream remote DIRECT_VIDEO_LINK
  • Get basic file info,
doodstream info FILE_ID
  • Search videos in your Doodstream account
doodstream search YOUR_KEYWORD
  • Rename video filename
doodstream rename FILE_ID NEW_NAME
  • Copy videos from another Doodstream user to your account
doodstream copy FILE_ID

to get "FILE_ID" just remove https://doodstream.com/d/ or https://dood.watch/d/ from your video link share. ex : https://doodstream.com/d/FILE_ID


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doodstream-0.1.2.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

doodstream-0.1.2-py3-none-any.whl (17.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page