-
前往 https://notify-bot.line.me/en/ 並使用您的 Line 帳號登錄。
- PyYAML~=6.0.1
- requests~=2.31.0
line_notify_token: ''
api_data:
- api_name: 'api_1'
environment_name: 'api_1.postman_environment'
use: "True"
- api_name: 'api_2'
environment_name: 'api_2.postman_environment'
use: "True"
- api_name: 'api_3'
environment_name: 'api_3.postman_environment'
use: "True"
- line_notify_token: 您的 Line Notify Token
- api_data: 您要檢查的 API 資料
- api_name: API 的名稱
- environment_name: Postman 環境的名稱
- use: 如果要檢查此 API,請設為 "True",否則設為 "False"
您可以在 config.yml 檔案中新增更多的 api_data。
- Clone 此專案或是下載最新版本的release
- 安裝 requirements (若下載release則跳過此步驟)
- 在 config.yaml 檔案中輸入 Line Notify Token(如果沒有 Token:關於Line Notify)
- 在 config.yaml 檔案中輸入 API 資料(如果沒有 config.yml,請執行 main.py 創建一個)
- 執行 main.py 生成 collection資料夾和environment資料夾
- 再次執行 main.py 以檢查 API 的狀態
- Fork這個專案。
- 將您的Fork專案克隆到本地計算機。
- 建立一個新的分支。
- 貢獻您的代碼。
- 提交/推送您的代碼。
- 建立一個新的Pull Request。
- 等待回覆。
- 每行不超過100個字符。
- 變數和函數名稱使用snake_case。
- 在文件末尾添加一個空行。
- 優化代碼並刪除不必要的導入。
- 使用以下格式編寫提交消息並以英語撰寫:
- Update - 在此處寫入您的提交消息
- Fix bug - 在此處寫入您的提交消息
- Optimize - 在此處寫入您的提交消息
- Standardize - 在此處寫入您的提交消息
如果您有任何建議或發現任何問題,請在Issues提交您的反饋,我會盡快回覆!
-
Go to https://notify-bot.line.me/en/ and login with your Line account.
- PyYAML~=6.0.1
- requests~=2.31.0
line_notify_token: ''
api_data:
- api_name: 'api_1'
environment_name: 'api_1.postman_environment'
use: "True"
- api_name: 'api_2'
environment_name: 'api_2.postman_environment'
use: "True"
- api_name: 'api_3'
environment_name: 'api_3.postman_environment'
use: "True"
- line_notify_token: Your Line Notify Token
- api_data: The data of API you want to check
-
api_name: The name of API
-
environment_name: The name of Postman environment
-
use: If you want to check this API, set it to "True", otherwise set it to "False"
-
You can add more API data in config.yaml.
-
- Clone this repo or download the latest release.
- Install requirements (If you download the latest release, skip this step)
- Enter the Line Notify Token in config.yaml(If you don't have token : About Line Notify)
- Enter the API data in config.yaml(If there's no config.yml . Run main.py to creat one)
- Run main.py to get api collection folder and environment folder
- Run main.py again to check the status of API
- Fork this project.
- Clone your forked project to your local machine.
- Create a new branch.
- Contribute your code.
- Commit/Push your code.
- Create a new Pull Request.
- Wait for a response.
- Keep each line under 100 characters.
- Use
snake_case
for variable and function names. - Add a trailing blank line at the end of files.
- Optimize code and remove unnecessary imports.
- Use the following format for commit messages and write them in English:
- Update - your commit messages here
- Fix bug - your commit messages here
- Optimize - your commit messages here
- Standardize - your commit messages here
If you have any suggestions or discover any issues, please submit your feedback in the Issues section, and I will respond as soon as possible!