Giter Site home page Giter Site logo

amoskaredd / femboyfinder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from firestreaker2/femboyfinder

0.0 0.0 0.0 19 KB

Simple image querier using express and danbooru

Home Page: https://femboyfinder.firestreaker2.gq

License: MIT License

JavaScript 100.00%

femboyfinder's Introduction

FemboyFinder

Info

A simple image querier using express and danbooru.

This project was originally a way to find, as implied by the title, femboys. However, I also realized that since it queries by a tag name, it works for all things. Ex. you can search for not just femboys, but also other anime/manga characters.

Usage

PLEASE NOTE THAT THESE IMAGES YOU GET MIGHT POTENTIALLY BE NSFW. BY USING THIS PROJECT, YOU ARE SAYING YOU ARE 18+. MOREOVER, I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS

You can get started by going to https://femboyfinder.firestreaker2.gq/query, where query is your input.

Ex. https://femboyfinder.firestreaker2.gq/astolfo.

Note: because of the way that this project was coded, you can also send links inside of discord to have that image in an embed.

Api

FemboyFinder also provides an API for developers to use. At the core, it makes a GET request to the danbooru api, gets a random link from it, and then sends it to the client within a JSON response.

Base URL: https://femboyfinder.firestreaker2.gq/api/${query}

Example

URL: https://femboyfinder.firestreaker2.gq/api/felix_argyle

Response:

{"Query":"felix_argyle","URL":"https://cdn.donmai.us/original/60/28/602891219d1153f991a0bb96c338a29b.jpg","Dimensions":"1200x1350","Status":200}

Selfhosting

If you for some reason would like to selfhost this project, the steps are simple. All you need is to have Node.js and Git installed already.

$ git clone https://github.com/FireStreaker2/FemboyFinder.git
$ cd FemboyFinder
$ npm i
$ npm start

Contributing

If you would like to contribute, you can fork the repo and make a PR, or contact me via email @ [email protected]

Credits

Danbooru API

License

MIT

femboyfinder's People

Contributors

firestreaker2 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.