Skip to content

Dhs92/thedivisiontab-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thedivisiontab-py

A Python wrapper for the The Division Tab API

Usage

>> from thedivisiontab_py.thedivisiontab_py import user

# Default platform: uplay
# Platforms: uplay, psn, xbl
>> result = await user.get_by_name("Dhs92", "uplay")
# expected output https://github.com/Dhs92/thedivisiontab-py/blob/master/examples.json#L1

# only accepts a uplay pid
>> result = await user.get_by_id("21a5e030-016c-4850-ab4f-e971712d8794")
# expected output https://github.com/Dhs92/thedivisiontab-py/blob/master/examples.json#L20