Skip to content

no-comm/standoff-2-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

standoff-2-API

API for standoff 2

install playwright

pip install pytest-playwright
playwright install

how to use

standoff.account('id') #will return the name and link to the avatar
standoff.avatar('url') #will create in the same directory "gg.webp" with the image of the avatar if there is no avatar, then the file cannot be opened

example

import standoff
_ = standoff.account(42073869)
print(_)
#output
#('kexswt_', 'https://avatars-19e92.kxcdn.com/48c416cd-3fdc-47fe-b302-bcac3f78dd00')
standoff.avatar(pr[1])
#and create image.webp

have an avatar

alt text

no avatar

alt text

About

API for standoff 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages