https://github.com/danasilver/spectacles-tweets
https://github.com/danasilver/spectacles-tweets
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danasilver/spectacles-tweets
- Owner: danasilver
- Created: 2016-12-07T06:12:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T05:07:24.000Z (over 9 years ago)
- Last Synced: 2025-01-06T00:42:05.628Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Download Tweets from [@Spectacles](https://twitter.com/Spectacles)
### Install
```
brew install mongodb
npm install
```
### Run
#### Start MongoDB
```
npm run start-db
```
#### Create the db indices
```
npm run create-index
```
#### Backfill Tweets
```
npm run backfill
```
#### Update Tweets
```
npm run update
```