
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
.. image:: https://discord.com/api/guilds/336642139381301249/embed.png :target: https://discord.com/users/795873954668871731 :alt: Discord User .. image:: https://img.shields.io/pypi/v/esycord.svg :target: https://pypi.python.org/pypi/esycord :alt: PyPI version info .. image:: https://img.shields.io/pypi/pyversions/esycord.svg :target: https://pypi.python.org/pypi/esycord :alt: PyPI supported Python versions
This is a very beginner friendly package for all those who wanna make a Discord bot but dont have much experience with Discord's API Wrapper.
Python 3.5 or higher is required
.. code:: sh
# Linux/macOS
python3 -m pip install -U esycord
# Windows
py -3 -m pip install -U esycord
2. Manual Installation
.. code:: sh
# git/Github Desktop is needed
git clone https://github.com/Aayush-Srivastava2410/esycord.git
cd esycord
pip install -r requirements.txt
pip install -e .
.. code:: py
import esycord
intents = esycord.Intents.default()
intents.message_content = True
bot = esycord.Bot('!', intents=intents)
@bot.event
async def on_message(message):
if message == 'ping':
await message.channel.send('pong')
bot.run()
2. Load library example.
.. code:: sh
# Windows
py -3 -m esycord -e bot
py -3 -m esycord -r esycord_example.py
# Linux/macOS
python3 -m esycord -e bot
python3 -m esycord -r esycord_example.py
Documentation <https://github.com/Aayush-Srivastava2410/esycord/wiki>
_Discord User <https://discord.gg/users/795873954668871731>
_Repository <https://github.com/Aayush-Srivastava2410/esycord>
_FAQs
The most beginner friendly discord package
We found that esycord demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.