Menu ▾ ▴

Tree [c721a0] main v0.9.1 /
 History

HTTPS access


File Date Author Commit
 .github 2023-09-04 Patrick Trumpis Patrick Trumpis [c721a0] Create SECURITY.md
 LICENSE 2023-02-26 Patrick Trumpis Patrick Trumpis [1d879e] Initial commit
 README.md 2023-03-10 Patrick Trumpis Patrick Trumpis [6d405a] Update README.md
 crawler.js 2023-02-28 Patrick Trumpis Patrick Trumpis [108796] Create crawler.js

Read Me

đŸ‘ģ Snap Lens Web Crawler

Crawl and download Snap Lenses from lens.snapchat.com with ease.

âš ī¸ Requirements

  • cheerio
  • node-fetch

🚀 Usage

import LensWebCrawler from "./crawler.js";

const crawler = new LensWebCrawler();

// examples
const singeLens = await crawler.getLensByHash('32_CHAR_UUID');
const creatorLenses = await crawler.searchByCreatorSlug('CREATOR_SLUG');
const searchResults = await crawler.searchLenses('SEARCH TERM');

â„šī¸ Info

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

This crawler is a dependency of Snap Camera Server

â¤ī¸ Support

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

You can also become my GitHub Sponsor


Š 2023 Patrick Trumpis

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.