1.2.3 • Published 5 months ago

@ptrumpis/snap-lens-web-crawler v1.2.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 months ago

GitHub License GitHub Release Date GitHub Release GitHub Commits GitHub stars GitHub forks

šŸ‘» Snap Lens Web Crawler

JavaScript library to crawl and download Snap Lenses from lens.snapchat.com with ease.

šŸš€ Usage

npm

npm i @ptrumpis/snap-lens-web-crawler

JavaScript

Example:

import LensWebCrawler from "@ptrumpis/snap-lens-web-crawler/crawler";

const crawler = new LensWebCrawler();

// examples
const topLenses = await crawler.getTopLenses();
const singeLens = await crawler.getLensByHash('32_CHAR_UUID');
const creatorLenses = await crawler.getLensesByCreator('CREATOR_SLUG');
const userProfileLenses = await crawler.getUserProfileLenses('USERNAME');
const searchResults = await crawler.searchLenses('SEARCH TERM');

ā„¹ļø Info

Dependents

This package is a dependency of:
šŸ‘» Snap Camera Server

The return values are Snap Camera / Snap Camera Server compatible object(s).

ā¤ļø Support

If you like my work and want to support me, feel free to invite me for a virtual coffee ā˜•

Ko-fi Buy me a Coffee Liberapay PayPal

You can also become my GitHub Sponsor

Sponsor


Ā© 2023-2025 Patrick Trumpis

1.2.3

5 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

7 months ago

1.0.0

7 months ago

1.0.0-rc.4

8 months ago

1.0.0-rc.3

8 months ago

1.0.0-rc.2

8 months ago

1.0.0-rc.1

8 months ago

0.9.5

8 months ago

0.9.4

8 months ago