{"id":21879208,"url":"https://github.com/typpo/talkthen","last_synced_at":"2026-05-15T21:36:24.929Z","repository":{"id":13439597,"uuid":"16128751","full_name":"typpo/talkthen","owner":"typpo","description":null,"archived":false,"fork":false,"pushed_at":"2014-09-29T16:51:26.000Z","size":1928,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-24T15:12:18.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/typpo.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}},"created_at":"2014-01-22T04:29:43.000Z","updated_at":"2023-05-04T14:05:29.000Z","dependencies_parsed_at":"2022-08-28T20:30:49.470Z","dependency_job_id":null,"html_url":"https://github.com/typpo/talkthen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/typpo/talkthen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Ftalkthen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Ftalkthen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Ftalkthen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Ftalkthen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typpo","download_url":"https://codeload.github.com/typpo/talkthen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typpo%2Ftalkthen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-28T08:15:35.825Z","updated_at":"2026-05-15T21:36:24.895Z","avatar_url":"https://github.com/typpo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"talkthen\n========\n\n## Setup\n\n  1. Install virtualenv\n  \n  `sudo apt-get install python-virtualenv` or `pip install virtualenv` for Macs\n  \n  2. Create your venv in the source root:\n  \n  `virtualenv venv`\n  \n  3. Activate it (this must be done whenever you want to run the app):\n  \n  `source venv/bin/activate`\n  \n  4. Install project dependencies\n  \n  `pip install -r requirements.txt`\n  \n  5. cd into the app and start the development server\n  \n  `cd talkthen`\n  `./manage.py runserver 0.0.0.0:3333`\n  \n  In your browser: http://localhost:3333\n\n## Organization\n\n`api/` - uses django rest framework to provide an API for PhoneNumbers and Calls.  In the beginning I wanted to do everything through this.  This is not strictly necessary and I've been violating the RESTiness of everything by putting logic in `core/views.py`.\n\n`core/` - all the telephony stuff.  See `views.py` and `conference.py`\n\n`web/` - the web view (just one page now)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyppo%2Ftalkthen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyppo%2Ftalkthen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyppo%2Ftalkthen/lists"}