All Projects → Yash094 → Memer-API

Yash094 / Memer-API

Licence: other
An awesome module that allows you to manipulate images very easily, based on https://memer-api.live

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Memer-API

color-aware-style-transfer
Reference code for the paper CAMS: Color-Aware Multi-Style Transfer.
Stars: ✭ 36 (+89.47%)
Mutual labels:  image-manipulation
ImageWizard
Image processing webservice based on ASP.NET Core and ImageSharp / SkiaSharp / SvgNet / DocNET
Stars: ✭ 25 (+31.58%)
Mutual labels:  image-manipulation
Hidden-Eye
Hide data into Picture
Stars: ✭ 39 (+105.26%)
Mutual labels:  image-manipulation
QuadTreeAndroid
Library that helps to implement the QuadTree in android, by using splitting images
Stars: ✭ 30 (+57.89%)
Mutual labels:  image-manipulation
esmBot-legacy
Discord bot with mostly entertainment functions (legacy version)
Stars: ✭ 16 (-15.79%)
Mutual labels:  memes
camera-fusion
Multiple cameras calibration and fusion with OpenCV Python.
Stars: ✭ 27 (+42.11%)
Mutual labels:  image-manipulation
BusterNet
No description or website provided.
Stars: ✭ 49 (+157.89%)
Mutual labels:  image-manipulation
xkcd-excuse-generator
Serverless image generator that uses XKCD comic as basis for _all_ excuses!
Stars: ✭ 63 (+231.58%)
Mutual labels:  memes
FotoKilof
GUI for ImageMagick
Stars: ✭ 114 (+500%)
Mutual labels:  image-manipulation
DJS-Handler
Simple and easy to use Discord.js command and event handler, use this template for your next bot!
Stars: ✭ 21 (+10.53%)
Mutual labels:  djs
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+1052.63%)
Mutual labels:  image-manipulation
dankcli
CLI Image Captioning Tool or Meme Generator which automatically adds whitespace and text to top
Stars: ✭ 40 (+110.53%)
Mutual labels:  memes
pyconngavi
Generates Branded Avatars for the PyconNG2017 Event
Stars: ✭ 13 (-31.58%)
Mutual labels:  image-manipulation
picamo
A Node JS steganography tool for the tin foil hat revolution!
Stars: ✭ 15 (-21.05%)
Mutual labels:  image-manipulation
Meme-Maker-iOS
Meme Maker open source iOS app made in Swift.
Stars: ✭ 59 (+210.53%)
Mutual labels:  memes
texturize
🤖🖌️ Generate photo-realistic textures based on source images. Remix, remake, mashup! Useful if you want to create variations on a theme or elaborate on an existing texture.
Stars: ✭ 495 (+2505.26%)
Mutual labels:  image-manipulation
HexBot
A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py
Stars: ✭ 109 (+473.68%)
Mutual labels:  memes
image-titler
An image title generator using The Renegade Coder style
Stars: ✭ 15 (-21.05%)
Mutual labels:  image-manipulation
simsg
Semantic Image Manipulation using Scene Graphs (CVPR 2020)
Stars: ✭ 49 (+157.89%)
Mutual labels:  image-manipulation
GARI
GARI (Genetic Algorithm for Reproducing Images) reproduces a single image using Genetic Algorithm (GA) by evolving pixel values.
Stars: ✭ 41 (+115.79%)
Mutual labels:  image-manipulation


Memer API - An API to manipulate images easily | Product Hunt


An awesome module that allows you to manipulate images very easily, based on Memer API
Explore the docs »

Wrapper Docs · API Docs · Report Bug · Discord

Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. Rate Limits
  5. Roadmap
  6. Contributing
  7. License
  8. Contact
  9. Credits

About The Project

Product Name Screen Shot

There are many great image API's available on internet, however, I didn't find one that really suit my needs so I created this enhanced one. I want to create the API so amazing that it'll be the last one you ever need for image manipulation

Here's why:

  • Easy to use
  • Fast & Easy Support
  • Well Documented
  • Frequently updated

Installation

  1. Get a free API Key at our Discord Server.
  2. Install the package
    npm install memer-api@latest
  3. Enter your API
const Meme = require("memer-api");
const memer = new Meme('Your Cool API Key');  // From Memer API Server :)
memer.<Method>(<Options>); //returns -> Promise -> <Buffer>

Usage

const Meme = require("memer-api")
const Discord = require("discord.js")
const memer = new Meme('Your Cool API Token'); // From Memer API Server :)

const avatar = "https://imgur.com/I5DmdNR.png"; // Only static images are supported :)
const text = "Memer API is awesome!"

memer.youtube(avatar, 'Memer Api', text).then(image => {
    // This gives you a 'Buffer', for Discord to create an attachment
    
    var attachment = new Discord.MessageAttachment(image, "youtube.png");
    <channel>.send(attachment)
})

For more examples, please refer to the Documentation

Ratelimits

Memer API limits each Request for 5 seconds i.e you can request 1 image every 5 seconds. If you want to remove the limit you can get premium Here

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the CC-BY-NC-ND 4.0 License. See LICENSE for more information.

Contact

Yash - [email protected]

Project Link: https://github.com/Yash094/Memer-API

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].