yunpengn / ping365

A simple toolkit to automatically ping Office 365 APIs

Home Page:https://yunpengn.github.io/ping365/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ping365

CI pipeline Ping APIs

A simple toolkit to automatically & periodically ping Office 365 APIs.

How does it work

The mechanism of this application is so easy that it is very hard to explain.

Setup Instructions

  • Create a virtual environment virtualenv .venv.
  • Enter the virtual environment source .venv/bin/activate.
  • Install dependencies pip3 install -r requirements.txt.
  • Export environment variables:
export APP_ID=<value_here>
export APP_SECRET=<value_here>
export APP_REFRESH_TOKEN=<value_here>
export PERSONAL_TOKEN=<value_here>

Licence

GNU General Public Licence 3.0

About

A simple toolkit to automatically ping Office 365 APIs

https://yunpengn.github.io/ping365/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%