{ "info": { "author": "Kevin Glasson", "author_email": "kevinglasson+timetable_tool@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "# timetable_tool\n\nDisclaimer: It's not my fault if you are late for class. If for some reason this program scrapes your timetable incorrectly I accept no responsibility. Use at your own risk!\n\n![Timetable image](/images/cu_tt_working.png)\n\n## My Problem:\n\n### Description\n\nI have a had a brief look at the timetable display for curtin in eStudent, it is super inconvenient to log in through oasis __AND THEN__ into eStudent __AND THEN__ go to My Classes __AND THEN__ select the appropriate dates to view what you __ACTUALLY__ have on at uni that week.\n\n### The solution I would like!\n\nI would like to create a script that will pull all of the my class information from eStudent and then be able to set this up in Google Calendar as a seperate calendar (So that it can be turned on and off, otherwise it will make my calendar super cluttered)\n\n## My Solution:\n\n### Pre-requisites\n1. Student at Curtin University, this only works for Curtins student portal, although lots of universities use eStudent. It would be relatively simple to adapt this to suit.\n2. Linux - At this stage I have only tested it on Linux and there are some minor OS operations so it will only work on Linux for now\n3. There are a few necessary python packages that can all be installed through pip, they are:\n 1. requests\n 2. getpass\n 3. BeautifulSoup\n 4. Google API modules\n ```bash\n sudo pip install --upgrade google-api-python-client\n ```\n\n### How to use it!\n1. Clone my repository\n```bash\ngit clone https://github.com/kevinglasson/timetable_tool\n```\n\n2. Navigate to the application folder\n```\ncd timetable_tool\n```\n\n3. Install the requirements\n```\nsudo pip install -r requirements.txt\n```\n\n3. Navigate to the scripts folder\n```\ncd scripts\n```\n\n4. Run the main.py script and follow the prompts\n```bash\npython main.py\n```\n\n## TODO:\n\nNow that I have the basic command line functionality working I will endeavour to implement the following extensions and improvements.\n\n### GUI\n\nIf I am to make this accessible and useable for everyone it is going to need a GUI, command line operation is too clunky and intimidating for some!\n\n### OS Independency\n\nAnother thing needed is to account for the small amount of OS operations in the Google credential file creation part of the program, this needs to be able to assess what type of operating system it is running on and issue the correct sys commands.\n\n### Turn it into and application!\n\nI am not sure how to tackle this yet but I would like it so that it could be 'installed' and 'ran' with a couple of mouse clicks, no command line navigation or running of python scripts.\n\n### Add more features\n\n1. Maybe integrate with Google maps for the building / room numbers of my classes\n2. Provide the option to set alarms a specified amount of time before a class begins, or just a specific type of class. For example warn me via an alarm 1 hour before any lab session that I need to wear enclosed footwear! (This recently bit me)\n\n### More testing\n\nSo far this has only been tested with my account, I have no idea of it's effectiveness on other students accounts or with other Google accounts. This is a pretty big flaw.\n\n### Clean up the code\n\nPretty self explanatory, this one is never really finished.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kevinglasson/TimetableTool.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "timetable-tool", "package_url": "https://pypi.org/project/timetable-tool/", "platform": "", "project_url": "https://pypi.org/project/timetable-tool/", "project_urls": { "Homepage": "https://github.com/kevinglasson/TimetableTool.git" }, "release_url": "https://pypi.org/project/timetable-tool/0.1.1.5/", "requires_dist": null, "requires_python": ">=3", "summary": "Scrape a curtin timetable_tool into google calendar", "version": "0.1.1.5" }, "last_serial": 4774682, "releases": { "0.1.1.0": [ { "comment_text": "", "digests": { "md5": "81724c546662102dfb23ffa46174d824", "sha256": "b3113924ac6e5064ba5772bb74f9e97b1ab9d7db9c2af83e21e07d191e3a5626" }, "downloads": -1, "filename": "timetable_tool-0.1.1.0.tar.gz", "has_sig": false, "md5_digest": "81724c546662102dfb23ffa46174d824", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8846, "upload_time": "2019-02-03T11:32:53", "url": "https://files.pythonhosted.org/packages/88/86/32a6e9a4b9f269cafdf747d92f3bf126baace899fc0bf8b3b0d0635ee3ad/timetable_tool-0.1.1.0.tar.gz" } ], "0.1.1.1": [ { "comment_text": "", "digests": { "md5": "7375c8e2756ccd0d39130535b0a7fe7d", "sha256": "86da235c6a122d4219a8dcc39eea28bc88c07ca12db850535ab4bf312cc120a0" }, "downloads": -1, "filename": "timetable_tool-0.1.1.1.tar.gz", "has_sig": false, "md5_digest": "7375c8e2756ccd0d39130535b0a7fe7d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8845, "upload_time": "2019-02-03T11:35:19", "url": "https://files.pythonhosted.org/packages/fa/37/bb37592becdae5c1a6a2d2b36194c03472159fc90e47481bde952fdaec16/timetable_tool-0.1.1.1.tar.gz" } ], "0.1.1.2": [ { "comment_text": "", "digests": { "md5": "9b58dbafa0c2dd7f02277ffd05f40163", "sha256": "2dbfd4a99b20447df6e0ac1b70fa4ce478712f43d21b0bf5303e19602db6de59" }, "downloads": -1, "filename": "timetable_tool-0.1.1.2.tar.gz", "has_sig": false, "md5_digest": "9b58dbafa0c2dd7f02277ffd05f40163", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8847, "upload_time": "2019-02-03T11:43:48", "url": "https://files.pythonhosted.org/packages/11/d1/5f2b512ab7cf53714ae5ac46af8128b89b7323031804a7bc912359c999e9/timetable_tool-0.1.1.2.tar.gz" } ], "0.1.1.3": [ { "comment_text": "", "digests": { "md5": "bfc67aa4f78348532de1f1a03a6e55c1", "sha256": "c1a38a99d4957ca52c72fa23ac686c2fdbfaac8707f6c1860d883a96691f7469" }, "downloads": -1, "filename": "timetable_tool-0.1.1.3.tar.gz", "has_sig": false, "md5_digest": "bfc67aa4f78348532de1f1a03a6e55c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8808, "upload_time": "2019-02-03T12:00:28", "url": "https://files.pythonhosted.org/packages/17/86/7e57e33977a4c5a38dbf8c134b7e234e335ba6880a2b6d18f7c44d75814c/timetable_tool-0.1.1.3.tar.gz" } ], "0.1.1.4": [ { "comment_text": "", "digests": { "md5": "8650b3602ddb825dd543672498429439", "sha256": "99fbb38debd1ca3bfc30b1f886613c9a61fc0da96ffb260e19b896c528dfe551" }, "downloads": -1, "filename": "timetable_tool-0.1.1.4.tar.gz", "has_sig": false, "md5_digest": "8650b3602ddb825dd543672498429439", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 9158, "upload_time": "2019-02-03T12:49:11", "url": "https://files.pythonhosted.org/packages/50/63/c09010e15c0bf70d0af1cd6f9a1fbb04902877b62f323e150118ba5127bd/timetable_tool-0.1.1.4.tar.gz" } ], "0.1.1.5": [ { "comment_text": "", "digests": { "md5": "c5d4858092a2fe5118921ddf0e6bd0d1", "sha256": "5c0504ed1c81d329fcff2a5396c449275b540be9a2c6833b6473b4f420d178e2" }, "downloads": -1, "filename": "timetable_tool-0.1.1.5.tar.gz", "has_sig": false, "md5_digest": "c5d4858092a2fe5118921ddf0e6bd0d1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 9160, "upload_time": "2019-02-03T13:00:59", "url": "https://files.pythonhosted.org/packages/be/2a/85ffa280cbf6cea66e9d8add8bfef76ffeb09abadd6864d43155813af275/timetable_tool-0.1.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5d4858092a2fe5118921ddf0e6bd0d1", "sha256": "5c0504ed1c81d329fcff2a5396c449275b540be9a2c6833b6473b4f420d178e2" }, "downloads": -1, "filename": "timetable_tool-0.1.1.5.tar.gz", "has_sig": false, "md5_digest": "c5d4858092a2fe5118921ddf0e6bd0d1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 9160, "upload_time": "2019-02-03T13:00:59", "url": "https://files.pythonhosted.org/packages/be/2a/85ffa280cbf6cea66e9d8add8bfef76ffeb09abadd6864d43155813af275/timetable_tool-0.1.1.5.tar.gz" } ] }