npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@kaviaann/scraper

v1.2.0

Published

Scraper

Downloads

1,446

Readme

! Attention !

Eng : This Repository / Package Is On Beta Access And Im Still Making New Scrape, So I Hope For You All Pantience 😋

Id : Repository / Package Ini Masih Dalam Akses Beta Dan Ak Masih Membuat Scraper Yang Baru, Jadi Dimohon Kesabarannya Yaa 😋

Feature

Kaviaan Scraper can help you scrape another website so easily ( Without Using Puppeteer, etc ) making it can run on a cloud computing platform. Also with simple structure of the scrape response make you easier to understand 😄
Kaviaann Scraper bisa membantu mu scrape website lain dengan sangat mudah ( Tanpa Menggunakan Puppeteer, dll ) membuat ini bisa berjalan dalam suatu panel ( Server ). Juga dengan struktur respon scrape yang simple membuat kamu lebih mudah untuk mengerti 😄

How To Use

  1. Copy Github Repository ( Not Stable )
git clone https://github.com/Kaviaann/Scraper.git

Or Using Yarn / Npm To Download Package ( More Stable )

//yarn
yarn add @kaviaann/scraper

//npm
npm install @kaviaann/scraper
  1. Then import it to your code
// ESM
import { animeSearch } from "@kaviaann/scraper";

// CommonJS
const { animeSearch } = require("@kaviaann/scraper");
  1. Then use it ( Example for anime scrape )
import { animeSearch } from "@kaviaann/scraper";

animeSearch("Boku No Hero Academia", (datas) => {
  console.log(datas.map((v) => v.title));
  // show all the result title
});

Updates

| Date | Name | Feature | | :------- | :--------------: | :------------------------------------------------------------------------------------------ | | 30/04/24 | animeSearch | Anime Title, Thumbnail, Link, Type, Season, Rating, Synops, Genres | | 17/05/24 | animeCharacter | Character Name, Thumbnail, Link, Anime, Other | | 22/05/24 | tiktokSearch | Search Tiktok Video | | 22/05/24 | tiktokInfo | Tiktok Video Info | | 22/05/24 | tiktokUserPost | Get Random Post Data From User | | 26/05/24 | animeCompany | Search For Anime Company | | 26/05/24 | animeCompanyInfo | Get all of the first result from animeCompany and get all infos | | 27/05/24 | igDl | Get instagram link for media | | 27/05/24 | igStalk | Get all information from the given username | | 27/05/24 | twitter | Get twitter link for media ( Video Only ) | | 15/06/24 | githubUser | Get github user info by username | | 15/06/24 | tiktokSlide | Scrape for tiktok slideshow | | 15/06/24 | tiktokStalk | Get tiktok user info by username | | 15/06/24 | terabox | Get direct download link and file name | | 15/06/24 | drive | Get direct download link and other infos on drive link | | 15/06/24 | mediafire | Get direct download link and other infos | | 27/06/24 | snackVideo | Get video URL and other infos | | 27/06/24 | sticker | Search sticker based on the given query | | 27/06/24 | geniusLyric | Get lyric from genius based on artist and song name | | 27/06/24 | webArchive | Search Web That's Archived Using API | | 27/06/24 | createQr | Create QR And Return Buffer | | 27/06/24 | readQr | Read QR By Buffer | | 27/06/24 | mangaSearch | Search Manga Based On The Given Query | | 27/06/24 | manga | Get manga info based on the given myanimelist manga url | | 1/07/24 | Ai | Make a class with Ai with feature like celebrityAi, txt2img, txt2speech, and imgrecognition | | 23/07/24 | stableDiff | Stable Diffusion | | 23/07/24 | animagine | AnimagineXL Scrape | | 23/07/24 | omniplexAi | OmniplexAi | | 23/07/24 | Meganei | Meganei Class with search and info function | | 23/07/24 | cobalt | All In One Downloader ( AIO ) | | 23/07/24 | gofile | Gofile Downloader | | 23/07/24 | npmSearch | Search with Npm | | 23/07/24 | npmSearchh2 | Search with different SEO | | 23/07/24 | npm | Get info about the given package name | | 25/07/24 | omniplexAi | Omniplex AI With search and chat mode | | 25/07/24 | copilot | Copilot AI Like |

Upcoming

| Name | Feature | | :----------: | :------------------------------ | | Any request? | Contact me! [email protected] |