{"id":25638549,"url":"https://github.com/stenwire/autogo","last_synced_at":"2026-06-20T17:31:05.814Z","repository":{"id":177538432,"uuid":"660533236","full_name":"stenwire/AutoGo","owner":"stenwire","description":"Car rental API with payment system integrated.","archived":false,"fork":false,"pushed_at":"2023-07-07T18:54:32.000Z","size":50,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-23T02:33:23.798Z","etag":null,"topics":[],"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/stenwire.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-30T08:14:10.000Z","updated_at":"2024-03-29T07:29:53.000Z","dependencies_parsed_at":"2023-07-08T06:16:49.113Z","dependency_job_id":null,"html_url":"https://github.com/stenwire/AutoGo","commit_stats":null,"previous_names":["stenwire/autogo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stenwire/AutoGo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenwire%2FAutoGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenwire%2FAutoGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenwire%2FAutoGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenwire%2FAutoGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stenwire","download_url":"https://codeload.github.com/stenwire/AutoGo/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenwire%2FAutoGo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34580039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2025-02-23T02:31:47.614Z","updated_at":"2026-06-20T17:31:05.805Z","avatar_url":"https://github.com/stenwire.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoGO 🚘\n\n\n# Setup 🔧\n\n- clone repo\n```shell\ngit clone https://github.com/stenwire/AutoGo.git\n```\n- Go into the folder\n```shell\ncd :\\\\path\\\\to\\\\AutoGO\n```\n- install pipenv\n```shell\npip install pipenv\n```\n- activate pipenv\n```shell\npipenv shell\n```\n- install dependencies\n```shell\npipenv install\n```\n- Create a copy of `.env.example` and rename to `.env` then fill in the values\n\u003e- find the treblle keys on the treblle dashboard\n\n- Create admin user with:\n\u003e whilst in project directory\n```shell\npython manage.py shell\n\n\u003e\u003e\u003e from authme.models import CustomUser\n\n\u003e\u003e\u003e CustomUser.objects.create_user(email=\"youremail@example.com\",username=\"johnDoe707\", password=\"strongpassword\", is_staff=True, is_superuser=True)\n```\n\n# Testing API\n\nPostman Docs: [click here📬](https://documenter.getpostman.com/view/16596786/2s93zFXKTM)\n\nSwagger Docs:\n\n- use this to generate datetime object to fill into respective fields\n```python\nfrom datetime import datetime\n\nt4 = datetime(year = 2018, month = 7, day = 12, hour = 7, minute = 9, second = 33)\nt5 = datetime(year = 2018, month = 7, day = 14, hour = 5, minute = 55, second = 13)\nt6 = t5 - t4\n\n\nprint(\"t4 =\", t4)\nprint(\"t5 =\", t5)\nprint(\"t6 =\", t6)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenwire%2Fautogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstenwire%2Fautogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenwire%2Fautogo/lists"}