https://github.com/naoty/qiita_recommendation
Qiita Recommendation tool
https://github.com/naoty/qiita_recommendation
Last synced: about 1 month ago
JSON representation
Qiita Recommendation tool
- Host: GitHub
- URL: https://github.com/naoty/qiita_recommendation
- Owner: naoty
- License: mit
- Created: 2014-10-11T02:17:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T02:17:52.000Z (over 10 years ago)
- Last Synced: 2025-01-30T02:13:29.138Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Qiita Recommendation
## Demo
```bash
$ git clone naoty/qiita_recommendation
$ cd qiita_recommendation
$ ACCESS_TOKEN=XXXXXXXXXXXX bin/recommend users naoty_k
```## Usage
### Recommend users similar to an user
```bash
$ ACCESS_TOKEN= bin/recommend users
```## Contribution
1. Fork
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request## License
Qiita Recommendation is available under the MIT license. See the LICENSE file for more info.
## Author
[naoty](https://github.com/naoty)