Skip to content

Krishna-Singhal/userge-federation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UsergeAntiSpamApi


Installation

pip install UsergeAntiSpamApi

Documentation

You can read our Documention on https://docs.userge.tk


Examples

Authorisation

from UsergeAntiSpamApi import Client

API_KEY = "Your_API_KEY"

client = Client(API_KEY)

Parameters

Parameter description
api_key Your API KEY

Bans

Getting a specific ban

print(client.getban(777000))

Parameters

Parameter description
user_id Id of Telegram User.

Getting a list of all bans

print(client.getbans())

Required Permission Level

Admin

Read more about Bans from here


Tokens

Getting your own token

To get your own token, go to @UsergeFedBot and create one.


Getting about your own token

print(client.get_me())

Deleting your own token

client.delete_my_token()

Read more about Tokens from here


Version

print(client.get_version())

Stats

print(client.get_api_stats())

Copyright

Copyright (C) 2021 by UsergeTeam@Github, < https://github.com/UsergeTeam >.

This project is part of < https://github.com/UsergeTeam > project, and is released under the "GNU v3.0 License Agreement". Please see < https://github.com/UsergeTeam/Userge-Federation/blob/master/LICENSE >

All rights reserved.