Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukaii/pttbestbuy-old
批踢踢最好買,一個持續關注各大買賣版的機器人(大概),先開 repo!(discontinued)
https://github.com/yukaii/pttbestbuy-old
Last synced: 13 days ago
JSON representation
批踢踢最好買,一個持續關注各大買賣版的機器人(大概),先開 repo!(discontinued)
- Host: GitHub
- URL: https://github.com/yukaii/pttbestbuy-old
- Owner: Yukaii
- Created: 2015-10-14T08:59:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T02:38:40.000Z (about 9 years ago)
- Last Synced: 2023-08-21T22:21:27.804Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PTT Best Buy
=============先開 Repo 再說,反正開很多不用錢 Zzz
## Progress
* 伺服器:搭了基本的爬文章還有 resource api 功能,並且能部屬到 heroku。
* 客戶端:Not yet### TODOs
*
價格解析(各種狀況,先最簡單通用版)
* 文章標題搜尋 API
* 價格搜尋 API
* Chrome Extension 客戶端## Development
### Run
```bash
mongod& # be sure to install mongodb
npm install && npm run build && npm start # setup application
```### Debug
```bash
node-inspector
node --debug-brk ./build/app.js # in another terminal session
```