feniix / confbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confbot

Create api auth token

Login to https://id.atlassian.com/manage/api-tokens and create new auth token.

Then create the token for the authentication:

echo -n "<USERNAME:<PASSWORD>" | base64

Setup variables

export CONF_ATLASSIAN_TOKEN=<token> export CONF_ATLASSIAN_QUERY_LIMIT=1000

Run the program

#build the app
shards build

#run the app
./bin/confbot

About

License:MIT License


Languages

Language:Crystal 79.7%Language:Dockerfile 20.3%