Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitter-puppeteer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-puppeteer - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

Out-File

0

index.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

2

package.json
{
"name": "twitter-puppeteer",
"version": "0.0.6",
"version": "0.0.7",
"description": "download all twitter data by scraping without api token using puppeteer.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,4 +12,4 @@ # twitter-puppeteer

twitter-puppeteer profile yuiseki
twitter-puppeteer timeline yuiseki
twitter-puppeteer search from:yuiseki
twitter-puppeteer timeline yuiseki | jq '.[].full_text'
twitter-puppeteer search from:yuiseki | jq '.[].full_text'
```

@@ -22,2 +22,10 @@

jest
```
## Punishment of Windows Powershell
If you want to use this command in Windows Powershell, you should do following commands before using this command!
```
[Console]::OutputEncoding = [System.Text.Encoding]::UTF
$OutputEncoding = [Console]::OutputEncodin
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc