1.2.0 • Published 11 months ago

@kaviaann/scraper v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

! 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

DateNameFeature
30/04/24animeSearchAnime Title, Thumbnail, Link, Type, Season, Rating, Synops, Genres
17/05/24animeCharacterCharacter Name, Thumbnail, Link, Anime, Other
22/05/24tiktokSearchSearch Tiktok Video
22/05/24tiktokInfoTiktok Video Info
22/05/24tiktokUserPostGet Random Post Data From User
26/05/24animeCompanySearch For Anime Company
26/05/24animeCompanyInfoGet all of the first result from animeCompany and get all infos
27/05/24igDlGet instagram link for media
27/05/24igStalkGet all information from the given username
27/05/24twitterGet twitter link for media ( Video Only )
15/06/24githubUserGet github user info by username
15/06/24tiktokSlideScrape for tiktok slideshow
15/06/24tiktokStalkGet tiktok user info by username
15/06/24teraboxGet direct download link and file name
15/06/24driveGet direct download link and other infos on drive link
15/06/24mediafireGet direct download link and other infos
27/06/24snackVideoGet video URL and other infos
27/06/24stickerSearch sticker based on the given query
27/06/24geniusLyricGet lyric from genius based on artist and song name
27/06/24webArchiveSearch Web That's Archived Using API
27/06/24createQrCreate QR And Return Buffer
27/06/24readQrRead QR By Buffer
27/06/24mangaSearchSearch Manga Based On The Given Query
27/06/24mangaGet manga info based on the given myanimelist manga url
1/07/24AiMake a class with Ai with feature like celebrityAi, txt2img, txt2speech, and imgrecognition
23/07/24stableDiffStable Diffusion
23/07/24animagineAnimagineXL Scrape
23/07/24omniplexAiOmniplexAi
23/07/24MeganeiMeganei Class with search and info function
23/07/24cobaltAll In One Downloader ( AIO )
23/07/24gofileGofile Downloader
23/07/24npmSearchSearch with Npm
23/07/24npmSearchh2Search with different SEO
23/07/24npmGet info about the given package name
25/07/24omniplexAiOmniplex AI With search and chat mode
25/07/24copilotCopilot AI Like

Upcoming

NameFeature
Any request?Contact me! vielynian@gmail.com
1.2.0

11 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.9

11 months ago

1.1.8

12 months ago

1.0.9

1 year ago

1.1.7

12 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.1.5

1 year ago

1.0.6

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago