twitter-puppeteer
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"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 | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
301931
10
538
29