Coder Social home page Coder Social logo

memes-api's Introduction

Memes API Build Status codecov

API for scrapping common meme sites. Currently supports:

API

/

Response: available sites

[
  "/demotywatory",
  "/kwejk",
  "/mistrzowie",
  "/thecodinglove",
  "/jbzd",
  "/9gag"
]

Then you can access them by accessing fe. /kwejk

//shortened response
{
  "title": "KWEJK.pl - Najlepszy zbiór obrazków z Internetu!",
  "memes": [
    {
      "title": "Dziewczyna z piłką",
      "content": {
        "url": "http://i1.kwejk.pl/k/obrazki/2016/11/7479f6497e46508ab0d515fcc7047b72.mp4",
        "contentType": "VIDEO"
      },
      "url": "http://kwejk.pl/obrazek/2814335/dziewczyna-z-pilka.html",
      "commentAmount": 6,
      "points": 125
    },
    {
      "title": "Ma szansę być prezydentem",
      "content": {
        "url": "http://i1.kwejk.pl/k/obrazki/2016/11/09100a20e1dd607694e91f408e15c761.jpg",
        "contentType": "IMAGE"
      },
      "url": "http://kwejk.pl/obrazek/2814963/ma-szanse-byc-prezydentem.html",
      "commentAmount": 6,
      "points": 126
    }
  ],
  "nextPage": "/kwejk/page/31310"
}

memes-api's People

Contributors

faierbel avatar pr0gramista avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.