Skip to main content

A Python wrapper for the Trovo API

Project description

python-trovo

status-badge

This is a Python wrapper for some of the Trovo API functions, specifically:

  • Main API
    • 5.1. Get Game Categories (get_all_game_categories)
    • 5.2. Search Categories (get_game_categories)
    • 5.3. Get top channels (get_top_channels)
    • 5.4. Get Users (get channel id) (get_users)
    • 5.5. Get Channel Info by ID (get_channel_info_by_id)
    • 5.10. Get Emotes (get_emotes)
    • 5.11. Get channel viewers (get_channel_viewers)
    • 5.12. Get channel followers (get_channel_followers)
    • 5.13 Get Live Stream Urls (get_livestream_urls)
    • 5.14 Get Clips Info (get_clips_info)
    • 5.15 Get Past Streams Info (get_past_streams_info)

To obtain a connection, just run the following command:

import trovoApi

c = trovoApi.TrovoClient("client_id")
print(c.get_all_game_categories())

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

python_trovo-0.1.7.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

python_trovo-0.1.7-py3-none-any.whl (16.0 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