Skip to content

davidteather/triller-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triller-api

The Unofficial Triller API Wrapper In Python

LinkedIn Sponsor Me GitHub release (latest by date) GitHub Downloads Support Server

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)

About

The Unofficial Triller API Wrapper In Python

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages