Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/sk1ppi-archived/javascript-nitterio
js nitter scraper twitter
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sk1ppi-archived/javascript-nitterio
- Owner: sk1ppi-archived
- License: apache-2.0
- Created: 2024-01-17T03:14:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T23:02:39.000Z (12 months ago)
- Last Synced: 2024-11-29T01:38:45.078Z (about 2 months ago)
- Topics: js, nitter, scraper, twitter
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@sk1ppi/js_nitter_scraper
- Size: 249 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @sk1ppi/package-nitter-scraper
This package is an example scraper for fetching tweets from [nitter.net](https://nitter.net/). It is written in JavaScript and uses [axios](https://www.npmjs.com/package/axios) and [cheerio](https://www.npmjs.com/package/cheerio) to fetch and parse the HTML.
![Made by](https://img.shields.io/badge/SK1PPI-8A2BE2)
![GitHub License](https://img.shields.io/github/license/sk1ppi/js_nitter_scraper)
![NPM Version](https://img.shields.io/npm/v/@sk1ppi/js_nitter_scraper)## Install
To install the package, use the following command:
```shell
npm i @sk1ppi/package-nitter-scraper
```## Example
To use the package, use the following code example:
```js
const { getLatestTweetsByUsername } = require('@sk1ppi/package-nitter-scraper')async function main () {
const tweets = await getLatestTweetsByUsername('sk1ppi_)
}
```## Testing
To run tests, use the following command:
```shell
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](https://github.com/sk1ppi/cardano_nami_wallet_recovery/assets/121653522/4dc2f3ff-a082-45fb-80de-d3a32bea18ae)
- [Via e-mail](mailto:[email protected]?subject=Reaching%20out!)
## License
[Apache-2.0](LICENSE)