GTY is a service designed to automate synchronization process between Gandiva and Yandex Tracker services. The project is developed for Success company (IT Department).
- Python 3.7+
- Telegram bot token
- Yandex OAuth credentials
- Gandiva credentials
git clone https://github.com/phtea/GTY.git
cd GTYpython -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`First, make sure you have pip installed. Then, run:
pip install -r requirements.txtThe bot uses config.ini file to load sensitive and settings variables.
touch config.iniconfig.ini.template
; Template of configuration file
[Settings]
sync_mode = 2
queue = QUEUE
board_id = 10
interval_minutes = 5
to_get_followers = False
use_summaries = False
...To start the bot, run:
pythonw main.pyFeel free to contribute to the project by creating a PR! :)