soul shell client
Project description
# soul
soul api client
## Install
```bash
pip3 install soulapi
```
## Usage
In a terminal:
1. get help
```bash
soul -h # get help and available module, method, property
soul -h use # get help for `use` api
soul -h post # get help for `post` module
soul -h post like # get help for `post.like` method
```
2. login: most api need to authorization, so, you should login at first
```bash
soul login PHONE PASSWORD AREA # use mobile or email to login
soul use SECRET # use token directly
```
3. use api
```bash
soul post recommended
```
## LICENSE
MIT
soul api client
## Install
```bash
pip3 install soulapi
```
## Usage
In a terminal:
1. get help
```bash
soul -h # get help and available module, method, property
soul -h use # get help for `use` api
soul -h post # get help for `post` module
soul -h post like # get help for `post.like` method
```
2. login: most api need to authorization, so, you should login at first
```bash
soul login PHONE PASSWORD AREA # use mobile or email to login
soul use SECRET # use token directly
```
3. use api
```bash
soul post recommended
```
## LICENSE
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
soulapi-0.0.5.tar.gz
(5.4 kB
view hashes)