https://github.com/docnow/twarc-text
A twarc plugin to print tweets to the console
https://github.com/docnow/twarc-text
Last synced: about 1 year ago
JSON representation
A twarc plugin to print tweets to the console
- Host: GitHub
- URL: https://github.com/docnow/twarc-text
- Owner: DocNow
- License: mit
- Created: 2021-10-12T13:27:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T16:58:16.000Z (over 4 years ago)
- Last Synced: 2025-03-17T03:05:13.403Z (over 1 year ago)
- Language: Python
- Size: 4.15 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twarc-text
This module extends [twarc] to allow you to print out tweets as text for easy
testing on the command line. Maybe it's useful for spot checking files you've
collected, or your search queries. It's really just a gimmick :) Send a PR to
make it better!

## Install
pip3 install twarc-text
## Use
If you've got a file of tweets that you've previously collected you can print
them out:
twarc2 text tweets.jsonl
Also you can pipe directly, for example displaying the sample stream:
twarc2 sample | twarc2 text
[twarc]: https://github.com/docnow/twarc