Skip to main content

A wrapper used for meme generating using Discord API

Project description

Noodles API wrapper

Created by Kabir Ghai (CypherGuy)

An extension module for discord.py used as a meme-editor and welcome banners.

Notices:

  • This module was designed for discord.py 1.7+ but may work with older versions, use at your own risk however.

Installation:

Install with pip:
pip install noodleswrapper
Sample code with lisastage:
#Headers (Authentication) is optional.. for now.
import discord
import noodleswrapper
from noodleswrapper import noodle

intents = discord.Intents.all() #Allow all the intents
client = commands.Bot(command_prefix = '!', intents=intents)

@client.command()
async def lisastage(ctx):
    text = noodle.lisastage('test') #'test' is what you want it to say
    await ctx.send(file = text) #This should return a neat image.

Links:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

noodleswrapper-0.1-py2.py3-none-any.whl (189.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page