Trello Custom Notifications using Trello API
Requirement
Python 3 and above
Usage
There should be a file named EMAIL_INFO.txt in the same directory of
these scripts
Format of that text file: <email_id> <password>
python trelloapi_feature1.py
python trelloapi_feature2.py
Feature 1
Sends a notification to the professor regarding any cards
in the DevOps course boards which did not move from last 14 days.
Note: Should execute trelloapi_feature1.py every EOD.
Feature 2
Sends a notification to the professor whenever any cards in the
DevOps course boards hits testing list
Note: Should execute trelloapi_feature2.py every every EOD.