Skip to content

noemtdev/api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

block game bot

license pypi

block game bot api Wrapper

Information

Written without any external libraries other than aiohttp which is used to fetch data from the block game bot API.

This requires a block game bot API key. You may obtain one by joining this Discord and messaging me (asov#0187).

Credits

  • asov - Maker of Scammer List
  • timnoot - Helped me a lot in general

Usage

import asyncio

from blockgamebot.api import Scammers

scammers = Scammers("BLOCKGAMEBOT_API_KEY")

async def main():

    # Get all scammers
    all_scammers = await scammers.get_all()
    print(all_scammers)

    # Lookup a scammer
    scammer = await scammers.lookup("asov")
    print(scammer)

asyncio.run(main())

API

If you don't want to use the Wrapper you can use the API.

About

block game bot api wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages