Skip to content

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


getSchedule


Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Gets scheduled shifts from SixFlags.Team and imports into Google Calendar to allow notifications and easy sharing.



(back to top)

Built With

python selenium

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Selenium

    pip install selenium
  • Google APIs

    pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

Installation

  1. Setup Google Workspace API https://developers.google.com/calendar/api/quickstart/python

  2. Clone the repo

    git clone https://github.com/trasbd/getSchedule.git
  3. Place credentials.json in base folder

  4. Enter your Badge and Calendar (optional) information in secrects.py

    company = "sfsl"
    eid = "YOUR_EID"
    pin = "YOUR_PIN"
    calendarId = "primary"

(back to top)

Usage

python .\getSchedule.py

(back to top)

Roadmap

  • Update Calendar Events
  • Import Timesheets

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

(back to top)

Contact

Thomas Robert

Project Link: https://github.com/trasbd/getSchedule

(back to top)

Acknowledgments

(back to top)

About

Gets scheduled shifts from SixFlags.Team and imports into Google Calendar

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages