https://github.com/blendthink/weather_forecast
https://github.com/blendthink/weather_forecast
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blendthink/weather_forecast
- Owner: blendthink
- Created: 2019-01-26T14:43:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T18:23:09.000Z (over 7 years ago)
- Last Synced: 2024-12-14T03:42:21.327Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 概要
天気予報をSlackに通知するプロジェクト
# 実行コマンド例
```
cd {プロジェクトルート}
&& source venv/bin/activate
&& python {コマンド}
&& deactivate
&& cd
```
# その他
## よく使うコマンド
### テストの実行コマンド
```
cd {プロジェクトルート}
source venv/bin/activate
python -m unittest tests.test_settings
```