Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/trn-apex-example


https://github.com/zztkm/trn-apex-example

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# TRN APEX API Example

- python3.9

```shell
cp .env.example .env
editer .env # 環境変数にAPIキーを設定する
```

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

```shell
(venv) python main.py plat_form user_id
```