Skip to main content

client for accessing biggo api

Project description

BigGo API Python Client

BigGo API Python Client is a video API written in python. We have two APIs included so far and will update more APIs and the function in each of them in the short future.
This package also support asyncio, but the Getting Started part only illustrate synchronous usage.
For asynchronous usage, see async docs.
BigGo API Python Client currently support Python 3.9+.

Getting Started

Installaiton

Install biggo-api in virtual environment.

  1. create and activate virtual environment
python3 -m venv <venv-name>
source <venv-name>/bin/activate
  1. install biggo-api using pip
python3 -m pip install biggo-api

Initializing API Client

Begin by importing the APIClient and ClientCredentials from biggo_api module:

>>> from biggo_api.clients import APIClient, ClientCredentials

Next, initialize an authorized API client using client credentials:

>>> credentials = ClientCredentials(
...     client_id='my_client_id', client_secret='my_client_secret',
... )
>>> api_client = APIClient(client_credentials=credentials)

Accessing BigGo API

You can use a similar approach to access all BigGo API resources using the api client. Simply access the instance client of the desired resource. For example:

# access video api
>>> video_client = api_client.video
# get video information
>>> info = video_client.get(video_id='video_id')
# access user api
>>> user_client = api_client.user
# get client's own videos at page 1
>>> own_videos = user_client.get_own_videos(page=1)
# Use other resources in a similar way...

Features

This library currently supports the following BigGo APIs (see full usage guide in docs folder):

Video API

  • Uploading videos.
  • Getting video information - Using video ID to get the information for both video and the uploader. (ex: user ID, description, etc. )
  • Editing video settings - Editing video title, description, accessibility, etc.
  • Deleting videos.

User API

  • Getting video information on all uploaded videos on the personal video list.

API Reference

See Sphinx-docs folder

LICENSE

MIT


:arrow_up: Back to top

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

biggo-api-0.2.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

biggo_api-0.2.0-py3.9.egg (41.8 kB view details)

Uploaded Egg

biggo_api-0.2.0-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file biggo-api-0.2.0.tar.gz.

File metadata

  • Download URL: biggo-api-0.2.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.28.2 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.9.16

File hashes

Hashes for biggo-api-0.2.0.tar.gz
Algorithm Hash digest
SHA256 37a7c94b7b4e80a27d874bae078b89fb377836b94d2dbf85df2228906facf798
MD5 467cd65c0a73482f467fe22ad515a76e
BLAKE2b-256 3015d6832de3ef28e38222f0d9839d3b61817e3fa967654009d38579b257acad

See more details on using hashes here.

File details

Details for the file biggo_api-0.2.0-py3.9.egg.

File metadata

  • Download URL: biggo_api-0.2.0-py3.9.egg
  • Upload date:
  • Size: 41.8 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.28.2 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.9.16

File hashes

Hashes for biggo_api-0.2.0-py3.9.egg
Algorithm Hash digest
SHA256 c18426a59a16f950adde99a4f27516efbbf2d2d14e1f1d64ab946b4e51844dff
MD5 cc1c74ee218f501bfbcca229134a611b
BLAKE2b-256 f611062d2cdf8b53fbb5fff917843856e0ace83ed05b3ec87b1f9bd71e968902

See more details on using hashes here.

File details

Details for the file biggo_api-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: biggo_api-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 19.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.28.2 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.9.16

File hashes

Hashes for biggo_api-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 26eb49818be95359321fbef0e1449a3f548ac86646c0e8d64bb220a8b82464e7
MD5 2f1c1ee77b437b45c838fb6a80ff3659
BLAKE2b-256 46fe6dad5818e7e8ba066d3634d4cce74a97256413c6f588ee90bd8c3015e136

See more details on using hashes here.

Supported by

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