Skip to main content

autocord banner 2

⚠️ Autocord is currently going through a complete re-write ⚠️

An easy to use API wrapper centered around automation

Autocord is a Python API wrapper for Discord centered around automation. Using Autocord, you can easily automate the boring stuff using Python. Features include, sending and recieving messages, changing settings, and creating tasks. Autocord helps you easily make selfbots without the hassle of using discord.py and absolutely none of that intents bs. Syntax is pretty straightforward, quite similar to discord py.

Installing ⚙️
Requires:

  • requests > 2.28.2
  • websocket > 1.5.1 pip install websocket_client
  • asyncio (aiohttp > 3.8.3)

pip install autocord

Features ✨

  • Option to return data as JSON or Object
  • Easy selfbot setup
  • Easily customizable
  • Uses the discord user API

Quick Example ⚡

import autocord

client = autocord.Client('TOKEN')

@client.event
async def on_ready():
    print(f"Logged in as: {client.user}")
    
@client.event
async def on_message(message):
    if message.content == 'ping':
        await message.reply('pong')
        await client.send(message.channel.id, f'Replied to {message.author.username}')
    
client.run()

Notes 📜

  • No embed send support (autocord not meant to be used on actual bot accounts)
  • No attachment send support (working on it...)
  • client.create_dm() returns a DmChannel object. However, occasionally, you can't send messages without solving a captcha
  • Embed fields don't show

Release files for autocord 1.5.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for autocord 1.5.1
File Size Uploaded
autocord-1.5.1.tar.gz 7.5 kB Details

Release files / autocord-1.5.1.tar.gz

Download URL autocord-1.5.1.tar.gz
Size 7.5 kB
Tags Source
SHA-256 checksum
How to use checksums
3ad58abe9a54ec671324b860e0a2be1319a7c26a26743fad765726e1bfd6e28b
BLAKE2b-256 checksum
How to use checksums
5c2301d4d9f51fdcfe516edd38b36108f4802ba280244524d1f18220b10f843f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release history Release notifications | RSS feed

This release

1.5.1 This release

1 release file

1.4.9

1 release file

1.4.8

1 release file

1.4.7

1 release file

1.4.6

1 release file

1.4.5

1 release file

1.4.4

1 release file

0.4.4

1 release file

0.3.4

1 release file

0.3.3

1 release file

0.3.2

1 release file

0.3.1

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page