https://github.com/docnow/tweet-archive
A tool for working with tweet archives.
https://github.com/docnow/tweet-archive
Last synced: 8 months ago
JSON representation
A tool for working with tweet archives.
- Host: GitHub
- URL: https://github.com/docnow/tweet-archive
- Owner: DocNow
- Created: 2019-02-22T23:11:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:45:24.000Z (over 3 years ago)
- Last Synced: 2025-10-03T08:00:06.462Z (9 months ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tweet-archive
*tweet-archive* is a command line utility for creating a view of tweets from a
list of tweet identifiers. The resulting display will include publicly available
tweets. The tweets are pulled in dynamically from twitter.com using Twitter's
embed JavaScript. This means that tweets that have been deleted or protected
will no longer display. This is by design.
You can see an example of a published archive [here].
## Install
npm install -g tweet-archive
## Build
If you have a file of tweet identifiers in `ids.csv` you can build a tweet archive in the directory `my-tweet-archive`:
tweet-archive build ids.csv my-tweet-archive
Then you should be able to open `my-tweet-archive/index.html` in your browser.
[here]: https://www.docnow.io/tweet-archive/