The Unofficial Triller API Wrapper in Python 3.
Project description
triller-api
The Unofficial Triller API Wrapper In Python
Getting Started
Run the following command to install it from PyPi
pip install TrillerAPI
Basic Quick Start Script
import TrillerAPI
user = TrillerAPI.login("YOUR_TRILLER_USERNAME", "YOUR_TRILLER_PASSWORD")
trending = user.get_trending()
Full Documentation (as of now you only have to read the TrillerAPI.user User class)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
TrillerAPI-0.0.1.tar.gz
(4.5 kB
view hashes)