An open API service indexing awesome lists of open source software.

https://github.com/danasilver/spectacles-tweets


https://github.com/danasilver/spectacles-tweets

Last synced: over 1 year ago
JSON representation

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
```