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
- Host: GitHub
- URL: https://github.com/ubcent/redditparser
- Owner: ubcent
- Created: 2016-06-20T05:15:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T04:41:10.000Z (almost 10 years ago)
- Last Synced: 2025-02-04T20:38:00.879Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 - агрегация