Skip to content

Python script that syncs GitLab instance issues of one user with their Todoist account

Notifications You must be signed in to change notification settings

njoye/gitlab2todoist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab2Todoist

Python script that syncs GitLab instance issues of one user with their Todoist account. I personally use this to automatically create, update & close tasks in Todoist based on their state in the Gitlab instance hosted by my workplace.

Setup

Clone the repository, cd into it and use the package manager pip to install the requirements. Afterwards you need to create the config.yml file (based on the config.example.yml).

git clone https://github.com/njoye/gitlab2todoist

cd gitlab2todoist

pip3 install -r requirements.txt

# Edit the configuration file with your personal values!

Usage

I use this script with a cronjob on my personal server and run it every few minutes so that my Todoist account is always up-to-date. I use the following command.

cd /directory/to/script/gitlab2todoist && python3 main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. If you have any further questions, please open an issue as well - I will try to answer you as soon as possible.

License

MIT

About

Python script that syncs GitLab instance issues of one user with their Todoist account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages