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

https://github.com/systemengineeringteam/prj_5g_mcp_sender

mocopi のデータをインターネット経由で送信するやつ(送信側)
https://github.com/systemengineeringteam/prj_5g_mcp_sender

mocopi python3

Last synced: about 1 year ago
JSON representation

mocopi のデータをインターネット経由で送信するやつ(送信側)

Awesome Lists containing this project

README

          

# mocopi のデータを直接&インターネット経由で送信する

## セットアップ
### venv を設定
```shell
python3 -m venv .venv
```

### 依存関係のインストール
```shell
pip3 install -r requirements.txt
```

### 環境変数の設定
```shell
cp .env.example .env
```

## 実行方法
```shell
dotenvx run -- python3 main.py
```