Skip to content

Бот упрощающий работу с инструментами компании Atlassian: Jura, Bitbucket, Confluence.

Notifications You must be signed in to change notification settings

PaperDevil/exalted-atlassian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment (.env)

DEBUG=bool
TITLE_API="Some Title for swagger API"
VERSION_API=0.1

TELEGRAM_TOKEN="<Token from BotFather>"
CHANNEL_ID="ID's notifications channel" # properly removed
HTTPS_HOST_ADDRESS="host address of bot api"
TELEGRAM_BOT_ADDRESS=https://t.me/exalted_atlassian_bot

DB_NAME=<DB_NAME>
DB_USER=<DB_USER>
DB_PASSWORD=<DB_PASSWORD>
DB_HOST=<DB_HOST>
DB_PORT=5432

OAUTH_CONSUMER_KEY="consumer key from bitbucket"
OAUTH_CONSUMER_SECRET="consumer secret from bitbucket"

Contributing

Step 1) Add OAuth Consumer and setup service URL (is important) in bitbucket.
Step 2) Get Consumer KEY and SECRET from bitbucket and put it in .env file.
Step 3) Create telegram bot from BotFather and setup bot-token to .env file.

Migrations

migrate

$ export $(grep -v "^#" .env | xargs)
$ alembic upgrade head

make migrations

$ alembic revision -m "<Some comment about yours migration>" --autogenerate

About

Бот упрощающий работу с инструментами компании Atlassian: Jura, Bitbucket, Confluence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published