项目作者: hokkqi

项目描述 :
Deno e621 Library / Lio's first Deno Lib
高级语言: TypeScript
项目地址: git://github.com/hokkqi/yiff.deno.git
创建时间: 2020-08-22T10:58:52Z
项目社区:https://github.com/hokkqi/yiff.deno

开源协议:

下载


esix

esix is a e621 Search Library. It’s Lio’s first Deno Library and (might) recieve future updates to include more functions.

Please do not expect good code for this, yet. esix is my first Deno Lib.

Note: Posts with the Tag young, cub, etc. are automatically discarded by the E612, but I put -young into the request url anyways.

Example Usage

  1. import { sauce, search } from "https://x.nest.land/esix@0.0.5/mod.ts";
  2. // search("tags you want to search for", limit_of posts returned)
  3. const Search = await search("lio_(hokkqi)", 5);
  4. console.log(Search);