Skip to content

Automate the process of transferring your semester's calendar from your university's end to your personal calendar (google calendar/outlook calendar/etc)

Notifications You must be signed in to change notification settings

nishi7409/CourseCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CourseCal

Automate the process of transferring your semester's calendar from your university's end to your personal calendar (google calendar/outlook calendar/etc)

Virtual Environment

  • python3 -m venv venv
  • source venv/bin/activate To deactivate, simply enter deactivate

Dependencies

  • python3 -m pip install -r requirements.txt then lock the requirements (you may need to run wget https://bootstrap.pypa.io/get-pip.py then sudo python3.6 get-pip.py)
  • pip freeze > requirements.txt

Starting the server & stuff

  • cd web_app
  • python3 manage.py runserver

Since we're working with a MongoDB, we don't have to worry about migrations 😃

Project Screenshots

Some of these screenshots weren't implemented in code because I either was lazy or didn't have the time for it (school gah)

  • image
  • image
  • image
  • image
  • image
  • image

Next?

  • Work on the project
  • Setup Docker for professionalism (lol) & for ease of deployment
  • Work on RPI's automation
  • Integrate a ReCaptcha solver (I bet some universities have implemented Google ReCaptcha or something similar) -- maybe make our own ReCaptcha solver (that'd be an insane side project)

About

Automate the process of transferring your semester's calendar from your university's end to your personal calendar (google calendar/outlook calendar/etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages