sk1ppi-archived / javascript-nitterio

This package is an example scraper for fetching tweets from nitter.net. It is written in JavaScript and uses axios and cheerio to fetch and parse the HTML.

Home Page:https://www.npmjs.com/package/@sk1ppi/js_nitter_scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@sk1ppi/package-nitter-scraper

This package is an example scraper for fetching tweets from nitter.net. It is written in JavaScript and uses axios and cheerio to fetch and parse the HTML.

Made by GitHub License NPM Version

Install

To install the package, use the following command:

npm i @sk1ppi/package-nitter-scraper

Example

To use the package, use the following code example:

const { getLatestTweetsByUsername } = require('@sk1ppi/package-nitter-scraper')

async function main () {
 const tweets = await getLatestTweetsByUsername('sk1ppi_)
}

Testing

To run tests, use the following command:

npm run test

Contribute

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Reach out

image0_0-3

License

Apache-2.0

About

This package is an example scraper for fetching tweets from nitter.net. It is written in JavaScript and uses axios and cheerio to fetch and parse the HTML.

https://www.npmjs.com/package/@sk1ppi/js_nitter_scraper

License:Apache License 2.0


Languages

Language:JavaScript 100.0%