Giter VIP home page Giter VIP logo

reflexis-exporter's Introduction

Reflexis-Exporter

With this little tool, you can export your work schedule to the standard vCalendar format for easy import into your calendar application of choice.

To use, you will need to run the Python 3 installer. You can download that from here. Be sure to tick the checkbox Add Python to environment variables during the installation process.

After Python is installed, open your default terminal application. This will be Command Prompt.exe (CMD) on Windows or Terminal.app on macOS. You now need to install the dependencies that the application requires in order to run. Simply type this command in the window and it should install all of them automatically.

pip install requests bs4 icalendar

Open main.py in a text editor and fill in your Reflexis username and password on lines 9 & 10 inside the quotation marks. If done right, it should look like this...

USERNAME = "YourUsernameHere"
PASSWORD = "passw0rd123"

Now you are ready to run the application!

Type the word python followed by a space in the terminal window and then drag and drop the main.py you downloaded into the window. It should pre-fill the path to the file for you. Now just hit the enter or return key.

Once the script has finished running, you should see a file called work_calendar.ics in the same directory as main.py. This will be the file you import into your calendar application.

reflexis-exporter's People

Contributors

crock avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.