https://github.com/weakish/reweibo-picker
基于BTC blockhash的新浪微博转发抽奖程序。
https://github.com/weakish/reweibo-picker
Last synced: over 1 year ago
JSON representation
基于BTC blockhash的新浪微博转发抽奖程序。
- Host: GitHub
- URL: https://github.com/weakish/reweibo-picker
- Owner: weakish
- License: apache-2.0
- Created: 2014-01-23T13:14:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T13:18:12.000Z (over 12 years ago)
- Last Synced: 2025-01-12T18:11:56.783Z (over 1 year ago)
- Language: CoffeeScript
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reweibo-picker
==============
基于BTC blockhash的新浪微博转发抽奖程序。输入微博地址,例如 `http://weibo.com/user/eerThs1F`,根据最新的blockhash抽出一名中奖用户。
## 安装
### 克隆仓库
```
git@github.com:weakish/reweibo-picker.git
```
### 安装依赖
```
sudo npm install -g coffeescript
npm install
```
### 添加`access-token`
修改`app.coffee`,加上weibo access token。
### 运行服务
```
coffee app.coffee
```
好了,可以通过 http://localhost:3000 访问。
## 贡献
Fork and send pull request.