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

https://github.com/ubcent/redditparser

Just another Reddit parser
https://github.com/ubcent/redditparser

Last synced: about 1 year ago
JSON representation

Just another Reddit parser

Awesome Lists containing this project

README

          

# Just another Reddit parser

## Консольное приложение

### Установка

```javascript
npm install
```

### Запуск

```javascript
node --harmony_destructuring index.js
```
or
```javascript
npm run start
```

### Параметры

* --format sql|csv - формат выходных данных (по умолчанию csv)
* --orderBy created_utc|score - поле для сортировки (по умолчанию score)
* --order asc|desc - направление сортировки (по умолчанию asc)
* --separator ;|, - разделитель для csv (по умолчанию ;)
* --tableName articles - наименование таблицы для sql (по умолчанию articles)
* -a - агрегация