A python package for creating bots that pretend to be real users
Project description
discord_impostor
A python package for creating Discord bots that pretend to be real users
Installation
To install DiscordImpostor, simply run pip install DiscordImpostor
Basic Usage
To login into Discord with DiscordImposter, you need to create and authorize an "Agent".
from DiscordImpostor.Agent import Agent
agent = Agent()
agent.login('<your-email-here>', '<your-password-here>')
An agent can do many of the actions a normal user can. For example, an agent can read / write messages in a channel
from DiscordImpostor.Channel import Channel
channel = Channel('<channel-id>', agent)
channel.load()
latest_msg = channel.get_newest_msg()
print(latest_msg.content)
channel.send_msg('Hello World!')
To see the full functionality, take a look at the source code.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DiscordImpostor-1.0.3.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for DiscordImpostor-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c689b16bc8f554d67bc547bbfe7861cd8b7a83d271d545ea8343400440abb6f0 |
|
MD5 | ba857b00efe8c061d23b16b5428e50c3 |
|
BLAKE2b-256 | f59097a0ef8299d7d0b54cb7e76c57b1de5b3706119675ca897cf8db69dc1ae5 |