An open API service indexing awesome lists of open source software.

https://github.com/hinha/sweeper


https://github.com/hinha/sweeper

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sweeper

### Installation
```
$ conda activate
$ pip install -r requiremets.txt
$ python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. ./proto/twitter.proto
```

### Usage
```
$ python main.py
```

```
sudo docker run -p 50081:50081 rpc-twitter:1.0 --name twitter_rpc_01
```