Socket
Socket
Sign inDemoInstall

@yuiseki/twiseki

Package Overview
Dependencies
6
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yuiseki/twiseki

download all twitter data by scraping without api token using puppeteer.


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

twiseki

Install

npm install -g @yuiseki/twiseki

Basic usage

# show help
twiseki --help

# get profile json of specific user
twiseki profile yuiseki

# save tweets json of specific user
twiseki timeline yuiseki > yuiseki.json

# extract only tweet text from specific user
twiseki timeline yuiseki | jq '.[].full_text'

# extract only photo or video url from specific user
twiseki timeline yuiseki | jq '.[] | select(.entities.media != null) | .entities.media[].media_url_https'

# extract only tweet text by search specific query
twiseki search from:yuiseki | jq '.[].full_text'

Development

Install head of this repository

npm install -g .

Run test

npm test

or

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]::UTF8
$OutputEncoding = [Console]::OutputEncoding

Keywords

FAQs

Last updated on 06 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc