shotaIDE / AppStoreConnectAlert

An automation tools to check if there is some updates on Apple Developer Program License Agreement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppStoreConnectAlert

What is this?

An automation tools to check if there is some updates on Apple Developer Program License Agreement.

Apple will not notify you that the agreement have been updated, so you may have to agree without a carefully confirmation.
If you run this tool on a cron or other platform, you can receive the notification in real time!

How to start?

Open folder in VSCode.

Prepare Python environment by using virtualenv.

pip install virtualenv
virtualenv env

Activate Python environment.

source env/bin/activate

Install required packages.

pip install -r requirements.txt

Download Selenium Chrome driver from below.
https://chromedriver.chromium.org/downloads

Copy settings json file and write Selenium Chrome driver path and credentials in it.

cp settings_sample.json settings.json

Run the script using the "Launch" configuration.

About

An automation tools to check if there is some updates on Apple Developer Program License Agreement.


Languages

Language:Python 100.0%