https://github.com/maxmellon/seiryuu
[WIP] :dash: "seiryuu" is a timeline watcher of twitter like comment in nicovideo.
https://github.com/maxmellon/seiryuu
Last synced: 10 months ago
JSON representation
[WIP] :dash: "seiryuu" is a timeline watcher of twitter like comment in nicovideo.
- Host: GitHub
- URL: https://github.com/maxmellon/seiryuu
- Owner: MaxMEllon
- License: mit
- Created: 2017-06-19T11:38:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T10:37:31.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T14:43:08.947Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.09 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# seiryuu
[](https://www.codacy.com/app/MaxMEllon/seiryuu?utm_source=github.com&utm_medium=referral&utm_content=MaxMEllon/seiryuu&utm_campaign=badger)
[](https://circleci.com/gh/MaxMEllon/seiryuu/tree/master)
## About
**seiryuu** is a timeline watcher of twitter, like comment in nicovideo.

## Installation
> TODO
## For development
`.env` is necessary to development.
So, you must create .env to project root.
`.env`
```command
TWITTER_CONSUMER_KEY="xxxxxxxxxxxxxxxxxxxxxxxxx"
TWITTER_CONSUMER_SECRET_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
TWITTER_TOKEN_KEY="000000000-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
TWITTER_TOKEN_SECRET_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
```
Then you can execute to command as following, boot the **seiryuu**.
(dont need `yarn i` if you downloaded node_modules.)
```command
$ git clone https://github.com/MaxMEllon/seiryuu.git && cd seiryuu
$ yarn i
$ yarn run dev
```
## Dependencies
##### global dependencies
- **node** `>=` *8.0.0*
- **yarn** `>=` *0.24.5*
## How to use
> TODO
## LICENSE
**Copyright (c) 2017 "MaxMEllon" Kento TSUJI**
Licensed under the [MIT license](./LICENSE.txt)