2019-12-25 21:42:39 +08:00
|
|
|
# OpenLineSelfBot - Cores
|
|
|
|
|
|
|
|
> version 2.0
|
|
|
|
|
|
|
|
The core of OLSB project.
|
|
|
|
|
|
|
|
It is used to connect services of LINE.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
The software licensed under [GNU Lesser General Public License 3.0](LICENSE.md)
|
|
|
|
|
|
|
|
## Requirement
|
|
|
|
|
|
|
|
### Library
|
|
|
|
|
|
|
|
libs_of_thrift >= 0.11.0
|
|
|
|
|
|
|
|
### Compile (If you need)
|
|
|
|
|
|
|
|
thrift >= 0.13.0
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Clone the repository and get the library of the programming language you want.
|
|
|
|
|
|
|
|
> Start to Create your Applications. >o<
|
|
|
|
|
2019-12-25 21:47:26 +08:00
|
|
|
or Compile the ["line.thrift"](https://github.com/star-inc/olsb_cores/blob/master/origin/line.thrift) for yourself...
|
2019-12-25 21:42:39 +08:00
|
|
|
|
|
|
|
*(c) 2019 Star Inc.*
|