Skip to content

danielsousaoliveira/auto-calendar-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Calendar in Python

Automatically schedule tasks from github into google calendar, using Python

Setup

  1. Clone this repository and create a virtual environment
$ git clone
$ cd cal-auto-python
$ python3 -m venv venv
$ . venv/bin/activate
  1. Install dependencies and packages
$ (venv) pip install -r requirements.txt

Run

  1. Add google credentials.json to auth/credentials.json

  2. Add github token to auth/ghub.json

{
    "token": "xxxxxxxxxxx",
    "project_id": "PVT_xxxxxxxxxx"
}
  1. Run the script
$ (venv) python3 src/main.py

Roadmap

[x] Retrieve project data from github
[x] Add events and tasks to google calendar
[x] Schedule based on priority
[ ] Optimize event distribution
[ ] Fix duplicated events and tasks

References

Google Calendar API
Github Projects API

About

Automatically schedule tasks in google calendar, using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages