{"id":27985088,"url":"https://github.com/mr55p-dev/python-outlook-calendar-sync","last_synced_at":"2025-05-08T06:40:48.602Z","repository":{"id":63737621,"uuid":"569724500","full_name":"mr55p-dev/python-outlook-calendar-sync","owner":"mr55p-dev","description":"Python CLI tool to scrape the MS outlook webapp and parse events.","archived":false,"fork":false,"pushed_at":"2022-12-27T22:44:54.000Z","size":58,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T16:23:28.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr55p-dev.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-23T13:26:01.000Z","updated_at":"2024-01-22T10:51:41.000Z","dependencies_parsed_at":"2023-01-31T05:10:23.333Z","dependency_job_id":null,"html_url":"https://github.com/mr55p-dev/python-outlook-calendar-sync","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr55p-dev%2Fpython-outlook-calendar-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr55p-dev%2Fpython-outlook-calendar-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr55p-dev%2Fpython-outlook-calendar-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr55p-dev%2Fpython-outlook-calendar-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr55p-dev","download_url":"https://codeload.github.com/mr55p-dev/python-outlook-calendar-sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253017012,"owners_count":21840881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-08T06:40:48.056Z","updated_at":"2025-05-08T06:40:48.596Z","avatar_url":"https://github.com/mr55p-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nOverview\n========\n\n.. start-badges\n\n.. list-table::\n    :stub-columns: 1\n\n    * - docs\n      - |docs|\n    * - tests\n      - | |github-actions|\n        | |codecov|\n    * - package\n      - | |version| |wheel| |supported-versions| |supported-implementations|\n        .. | |commits-since|\n.. |docs| image:: https://readthedocs.org/projects/python-outlook-calendar-sync/badge/?style=flat\n    :target: https://python-outlook-calendar-sync.readthedocs.io/\n    :alt: Documentation Status\n\n.. |github-actions| image:: https://github.com/mr55p-dev/python-outlook-calendar-sync/actions/workflows/github-actions.yml/badge.svg\n    :alt: GitHub Actions Build Status\n    :target: https://github.com/mr55p-dev/python-outlook-calendar-sync/actions\n\n.. |codecov| image:: https://codecov.io/gh/mr55p-dev/python-outlook-calendar-sync/branch/main/graphs/badge.svg?branch=main\n    :alt: Coverage Status\n    :target: https://codecov.io/github/mr55p-dev/python-outlook-calendar-sync\n\n.. |version| image:: https://img.shields.io/pypi/v/outlook-calendar-sync.svg\n    :alt: PyPI Package latest release\n    :target: https://pypi.org/project/outlook-calendar-sync\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/outlook-calendar-sync.svg\n    :alt: PyPI Wheel\n    :target: https://pypi.org/project/outlook-calendar-sync\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/outlook-calendar-sync.svg\n    :alt: Supported versions\n    :target: https://pypi.org/project/outlook-calendar-sync\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/outlook-calendar-sync.svg\n    :alt: Supported implementations\n    :target: https://pypi.org/project/outlook-calendar-sync\n\n.. .. |commits-since| image:: https://img.shields.io/github/commits-since/mr55p-dev/python-outlook-calendar-sync/v0.0.5.svg\n..     :alt: Commits since latest release\n..     :target: https://github.com/mr55p-dev/python-outlook-calendar-sync/compare/v0.0.5...main\n\n\n\n.. end-badges\n\nCLI interface to scrape outlook calendar events from the webapp and insert them to a google calendar account.\n\n* Free software: BSD 2-Clause License\n\nInstallation\n============\n\n::\n\n    pip install outlook-calendar-sync\n\nYou can also install the in-development version with::\n\n    pip install https://github.com/mr55p-dev/python-outlook-calendar-sync/archive/main.zip\n\n\nDocumentation\n=============\n\n\nhttps://python-outlook-calendar-sync.readthedocs.io/\n\n\nDevelopment\n===========\n\nTo run all the tests run::\n\n    tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n    :widths: 10 90\n    :stub-columns: 1\n\n    - - Windows\n      - ::\n\n            set PYTEST_ADDOPTS=--cov-append\n            tox\n\n    - - Other\n      - ::\n\n            PYTEST_ADDOPTS=--cov-append tox\n\n\nOn the roadmap is:\n\n- [ ] Create some error handling for the outlook sign up process\n  - [ ] Exception on invalid username\n  - [ ] Exception on invalid password\n  - [ ] Exception on invalid auth code\n- [ ] Handle the case where authenticator is not required (either auto detect or use flag)\n- [ ] Switch from using css selectors to XPath\n- [ ] Put dependencies in the setuptools script\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr55p-dev%2Fpython-outlook-calendar-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr55p-dev%2Fpython-outlook-calendar-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr55p-dev%2Fpython-outlook-calendar-sync/lists"}