{"id":42781399,"url":"https://github.com/developersociety/thanksforfeedback","last_synced_at":"2026-01-29T22:43:05.477Z","repository":{"id":245574763,"uuid":"817975483","full_name":"developersociety/thanksforfeedback","owner":"developersociety","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-24T10:27:03.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-24T21:50:52.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/developersociety.png","metadata":{"files":{"readme":"README.rst","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":"2024-06-20T21:00:24.000Z","updated_at":"2024-06-24T10:27:05.000Z","dependencies_parsed_at":"2024-06-22T21:38:36.941Z","dependency_job_id":"84611017-e090-44ea-8006-c2c3034900c3","html_url":"https://github.com/developersociety/thanksforfeedback","commit_stats":null,"previous_names":["developersociety/thanksforfeedback"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developersociety/thanksforfeedback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersociety%2Fthanksforfeedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersociety%2Fthanksforfeedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersociety%2Fthanksforfeedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersociety%2Fthanksforfeedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developersociety","download_url":"https://codeload.github.com/developersociety/thanksforfeedback/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersociety%2Fthanksforfeedback/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28888448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-29T22:43:05.367Z","updated_at":"2026-01-29T22:43:05.461Z","avatar_url":"https://github.com/developersociety.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======================\nThanks for the Feedback\n=======================\n\nDevelopment setup\n=================\n\nIt's recommended you use `virtualenvwrapper \u003chttps://virtualenvwrapper.readthedocs.io/en/latest/\u003e`_\nand `The Developer Society Dev Tools \u003chttps://github.com/developersociety/tools\u003e`_.\n\nPresuming you are using those tools, getting started on this project is pretty straightforward:\n\n.. code:: console\n\n    $ dev-clone thanksforfeedback\n    $ workon thanksforfeedback\n    $ make reset\n\nGenerate some credentials in Google Cloud Console, save as credentials.json.\nYou can now run the development server:\n\n.. code:: console\n\n    $ make serve\n\nTo setup a sheet, you can run a script like this:\n\n.. code:: python\n\n    import gspread\n    from oauth2client.service_account import ServiceAccountCredentials\n    scope = [\"https://spreadsheets.google.com/feeds\", \"https://www.googleapis.com/auth/drive\"]\n    creds = ServiceAccountCredentials.from_json_keyfile_name(\"credentials.json\", scope)\n    client = gspread.authorize(creds)\n    sheet = client.create('My Feedback Log')\n    sheet.share('me@example.com', perm_type='user', role='writer')\n\nMake sure the name matches the name in views.py.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopersociety%2Fthanksforfeedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopersociety%2Fthanksforfeedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopersociety%2Fthanksforfeedback/lists"}