Skip to content

Module to find e621 sources by their Static1 Link

Notifications You must be signed in to change notification settings

thaldrin/sourcefinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourcefinder by Lio

Sourcefinder is a e621 Source finder module for Thaldrin v4

Usage

import Sourcefinder from "@thaldrin/sourcefinder";
const useragent = "Project/Version (Website)";
const sourcefinder = new Sourcefinder(useragent);
sourcefinder
  .find([
    "https://static1.e621.net/data/4b/ea/4bea9ba90bdc3bd128f60c7dca2856a1.png",
  ])
  .then((r) => console.log(r));
// => ['https://e621.net/posts/2653449']

or like this

About

Module to find e621 sources by their Static1 Link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published