Skip to content

botlists/ablpywrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro Bot List Python Wrapper

This is a wrapper for astro bot list made for python

Get Bot Stats

from main import Botlists
abl = Botlists('api key')
x=abl.get()
print(x)

Post Server Count

from main import Botlists
abl = Botlists('api key')

x=abl.count(12)
print(x)