Snap Lens Web Crawler Code
Crawl and download Snap Lenses from lens.snapchat.com with ease.
Brought to you by:
ptrumpis
File | Date | Author | Commit |
---|---|---|---|
.github | 2023-09-04 |
![]() |
[c721a0] Create SECURITY.md |
LICENSE | 2023-02-26 |
![]() |
[1d879e] Initial commit |
README.md | 2023-03-10 |
![]() |
[6d405a] Update README.md |
crawler.js | 2023-02-28 |
![]() |
[108796] Create crawler.js |
Crawl and download Snap Lenses from lens.snapchat.com with ease.
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');
The return values are Snap Camera compatible object(s).
This crawler is a dependency of Snap Camera Server
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