@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
36 lines • 807 B
JSON
{
"name": "@sk1ppi/package-nitter-scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sk1ppi/package-nitter-scraper.git"
},
"keywords": [
"nitter",
"nitter-scraper",
"javascript"
],
"author": "kcxyzxyz@icloud.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sk1ppi/package-nitter-scraper/issues"
},
"homepage": "https://github.com/sk1ppi/package-nitter-scraper#readme",
"devDependencies": {
"eslint": "^8.56.0",
"https": "^1.0.0",
"jest": "^29.7.0",
"nodemon": "^3.0.3"
},
"dependencies": {
"axios": "^1.6.5",
"cheerio": "^1.0.0-rc.12",
"moment": "^2.30.1"
}
}