@sk1ppi/package-nitter-scraper
Version:
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 HT
51 lines (30 loc) • 1.31 kB
Markdown
# @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.



## 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

- [Via e-mail](mailto:kcxyzxyz@icloud.com?subject=Reaching%20out!)
## License
[Apache-2.0](LICENSE)