{"id":18615030,"url":"https://github.com/andrewjbateman/django-google-api","last_synced_at":"2026-04-18T17:31:52.940Z","repository":{"id":96859127,"uuid":"398609800","full_name":"AndrewJBateman/django-google-api","owner":"AndrewJBateman","description":":clipboard: Django Python app to interact with a range of Google APIs","archived":false,"fork":false,"pushed_at":"2021-08-23T12:44:27.000Z","size":333,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T02:45:19.423Z","etag":null,"topics":["css3","django","google-api","maps-api","python3","recaptcha-v3"],"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/AndrewJBateman.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":"2021-08-21T16:47:44.000Z","updated_at":"2021-08-23T12:44:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e68bd3b4-6b1f-4309-9b3f-2145d0d3eeab","html_url":"https://github.com/AndrewJBateman/django-google-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fdjango-google-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fdjango-google-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fdjango-google-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fdjango-google-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/django-google-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406450,"owners_count":19633024,"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","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":["css3","django","google-api","maps-api","python3","recaptcha-v3"],"created_at":"2024-11-07T03:27:53.190Z","updated_at":"2025-11-03T03:30:33.038Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Django Google API\n\n* Python and the Django framework used to access Google APIs - not working as yet. Google API setup is more complex than shown in tutorial\n* Tutorial code from [FreeCodeCamp.org: Python Django and Google APIs - Project Tutorial](https://www.youtube.com/watch?v=_vCT42vDfgw\u0026t=126s)\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n## :page_facing_up: Table of contents\n\n* [:zap: Django Google API](#zap-django-google-api)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* [Python Models](https://docs.djangoproject.com/en/dev/topics/db/models/) used as the source of information about data\n* [Django ModelSerialisers](https://www.django-rest-framework.org/tutorial/1-serialization/) REST framework includes both Serializer classes, and ModelSerializer classes.\n* [Django REST framework Mixin](https://www.django-rest-framework.org/api-guide/generic-views/#mixins) classes used to provide basic view behaviour.\n* [Django REST framework Viewsets](https://www.django-rest-framework.org/tutorial/6-viewsets-and-routers/) used to allow the URL construction to be handled automatically\n* [JS toast notifications](https://github.com/CodeSeven/toastr) - [Demo site](https://codeseven.github.io/toastr/demo.html)\n\n## :camera: Screenshots\n\n![screen print](./imgs/signup.png)\n\n## :signal_strength: Technologies\n\n* [Python v3](https://www.python.org/) programming language\n* [Django v3](https://www.djangoproject.com/) web framework\n* [Django Rest Framework v3](https://www.django-rest-framework.org/) powerful and flexible toolkit for building Web APIs\n* [Google Recapture API](https://developers.google.com/recaptcha) that uses advanced risk analysis techniques to tell humans and bots apart.\n* [Google Places API](https://developers.google.com/maps/documentation/places/web-service/overview)  to return information about places using HTTP requests.\n* [Google Maps API](https://developers.google.com/maps) to show maps of user planned trip etc.\n\n## :floppy_disk: Setup\n\n* [Install Python](https://docs.python-guide.org/starting/installation/)\n* [Install pip](https://docs.python-guide.org/dev/virtualenvs/#installing-pipenv)\n* [Install Django](https://docs.djangoproject.com/en/3.2/howto/windows/)\n* Add code - ref tutorial\n* Enter `python manage.py runserver` to run server on port 8000\n\n## :computer: Code Examples\n\n* tba\n\n```python\n\n```\n\n## :cool: Features\n\n* tba\n\n## :clipboard: Status \u0026 To-do list\n\n* Status:  Part working. Sign-in and sign-up screens appear. Possible issue with Captcha allowed domains config.\n* To-do: To be completed\n\n## :clap: Inspiration\n\n* [FreeCodeCamp.org: Python Django and Google APIs - Project Tutorial](https://www.youtube.com/watch?v=_vCT42vDfgw\u0026t=126s)\n\n## :file_folder: License\n\n* N/A\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fdjango-google-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fdjango-google-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fdjango-google-api/lists"}