scriptingislife / infosec-trello

Live updating infosec dashboard on Trello

Home Page:https://trello.com/b/rKgxV8ZS/infosec-news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infosec Trello

Single pane of glass infosec news dashboard using Trello.

https://trello.com/b/rKgxV8ZS/infosec-news

Run your own

git clone https://github.com/becksteadn/infosec-trello.git

Trello API and Authentication

touch config.yml

Your key, secret, and token can be found on the Trello Developers page. Use the link where it says you can manually generate a Token to get your token. Add them to config.yml

---
trello_api_key: 'MYKEY'
trello_api_secret: 'MYSECRET'
trello_auth_token: 'MYTOKEN'

Dependencies

virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

Run

python infosec_board.py

Automatic Updates

Enter the cron job editor using crontab -e. Select an editor if prompted. Add the bottom of the file add the following line.

0 * * * * cd INSTALL_LOCATION/infosec-trello && ./cron.sh

Replace INSTALL_LOCATION with the directory you cloned the repository to. This default job runs every hour on the hour. Use a timeframe like 0 */4 * * * to run the script every four hours.

About

Live updating infosec dashboard on Trello

https://trello.com/b/rKgxV8ZS/infosec-news


Languages

Language:Python 98.9%Language:Shell 1.1%