{"id":17362253,"url":"https://github.com/enescakir/registration-bot","last_synced_at":"2025-10-03T22:48:45.702Z","repository":{"id":72890896,"uuid":"120803437","full_name":"enescakir/registration-bot","owner":"enescakir","description":"Register to Bogazici University's courses on the wings of the wind","archived":false,"fork":false,"pushed_at":"2021-01-02T15:23:43.000Z","size":65,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-16T03:13:18.246Z","etag":null,"topics":["automation","bogazici","bot","course","register","registration","university"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enescakir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-08T18:54:44.000Z","updated_at":"2021-01-04T07:46:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d77143e-d149-4f4f-b5f5-eaa2ccc4557a","html_url":"https://github.com/enescakir/registration-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enescakir/registration-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enescakir%2Fregistration-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enescakir%2Fregistration-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enescakir%2Fregistration-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enescakir%2Fregistration-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enescakir","download_url":"https://codeload.github.com/enescakir/registration-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enescakir%2Fregistration-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239971,"owners_count":25954096,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["automation","bogazici","bot","course","register","registration","university"],"created_at":"2024-10-15T19:37:32.434Z","updated_at":"2025-10-03T22:48:45.647Z","avatar_url":"https://github.com/enescakir.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Bogazici University Registration Bot\n\u003e **DISCLAIMER:** This software is for educational purposes only. Your account might be suspended because of script usage. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS ASSUME NO RESPONSIBILITY FOR RESULTS.\n\n![Registration Bot](usage.jpg)\n\n### Requirements\n- [Requests](http://docs.python-requests.org/en/master/)\n  `pip3 install requests`\n- [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)\n  `pip3 install beautifulsoup4`\n\n\u003e **NOTE:** It works with the old registration system, I didn't try it with new BUIS system. But BUIS pages are similar to old registration pages, I think it needs small changes.\n\n### Usage\n```python\nfrom registration import Registration\n\n# Create instance\nreg = Registration(STUDENT_ID, STUDENT_PASSWORD)\n\n# Set debug true for printing logs to console\nreg.set_debug(True)\n\n# Get quota for HUM102.01\nreg.get_quota(\"HUM\", \"102\", 11)\n\n# If login your account is successful\nif reg.login():\n    # Take CMPE493.01 course\n    reg.take_course(\"CMPE\", \"493\", 1)\n    \n    # Take CMPE49J.01 course non-credit\n    reg.take_course(\"CMPE\", \"49J\", 1, non_credit=True)\n\n    # Take HTR312.01 course credit and with-repeat\n    reg.take_course(\"HTR\", \"312\", 11, non_credit=False, repeat_with=\"HTR 312 DD\")\n\n    # Try to change HTR312 section 11 to 14\n    for section in range(11, 15):\n        reg.change_section(\"HTR\", \"312\", section)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenescakir%2Fregistration-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenescakir%2Fregistration-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenescakir%2Fregistration-bot/lists"}