Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/trn-apex-example
https://github.com/zztkm/trn-apex-example
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/trn-apex-example
- Owner: zztkm
- Created: 2021-09-30T09:52:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T09:52:43.000Z (over 3 years ago)
- Last Synced: 2024-12-20T23:29:54.826Z (14 days ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```