A package to create bots on Antiland.com
Project description
Antiland.py
Make Antiland Chaotic Again
Antiland.py is a python package to turn any antiland user into a fully functioning bot account similar to discord.py
Features
- Log in to an account
- send messages/images/videos
- change profile settings
- Automate tedious tasks e.g banning/blocking
- It's python so go nuts
Installation
Antiland requires Python3 to run.
to install run pip3 install Antiland
Usage/Examples
before you start you need to get the session token and a dialogue id
to get the token and chat ID you use developer consoles network tab to look at any outgoing connection such as a sending a message, the session token is stored in the json payload e.g
below is a very basic example for logging in and registering a hello command which when ran will send hello world into the chat
import Antiland
session_token="insert_session_token"
dialogue="insert_dialogue_id"
prefix="!"
bot = anti.Bot(prefix,dialogue,session_token)
@bot.command("hello")
def say_hello():
bot.send_message("hello world",session_token,dialogue)
if __name__ == "__main__":
bot.start(session_token)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
antiland-0.77.2.tar.gz
(19.4 kB
view hashes)
Built Distribution
antiland-0.77.2-py3-none-any.whl
(18.2 kB
view hashes)
Close
Hashes for antiland-0.77.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbb4496d0cd400dc388d0e228896b518b9e0aee9266f4aee61ef8223fdba2f08 |
|
MD5 | 31c47a640df93385076bfdfedf60f343 |
|
BLAKE2b-256 | 80667474a52cf471e596cfad8f4ee0c60b5fd75348bbd35bd9162c680b539179 |