{"id":17552393,"url":"https://github.com/saschpe/message-webservice","last_synced_at":"2025-06-19T21:33:10.191Z","repository":{"id":49667317,"uuid":"73000029","full_name":"saschpe/message-webservice","owner":"saschpe","description":"A Django website that provides pull notifications to subscribers (such as Android or iOS apps). Apps can query messages based on their version.","archived":false,"fork":false,"pushed_at":"2025-05-12T18:16:53.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T07:04:48.495Z","etag":null,"topics":["bash","django","django-admin","docker","nginx","python","python-3","supervisord","tastypie"],"latest_commit_sha":null,"homepage":"https://www.hotel.de/","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/saschpe.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,"zenodo":null}},"created_at":"2016-11-06T15:33:06.000Z","updated_at":"2025-05-12T18:16:56.000Z","dependencies_parsed_at":"2024-12-09T10:13:14.362Z","dependency_job_id":"172bf6a3-533c-43ee-80de-1b705aafaf75","html_url":"https://github.com/saschpe/message-webservice","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":0.3513513513513513,"last_synced_commit":"d6b5e81d6adddd15b99230e319c906de879452af"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saschpe/message-webservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmessage-webservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmessage-webservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmessage-webservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmessage-webservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschpe","download_url":"https://codeload.github.com/saschpe/message-webservice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmessage-webservice/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260835308,"owners_count":23070267,"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":["bash","django","django-admin","docker","nginx","python","python-3","supervisord","tastypie"],"created_at":"2024-10-21T05:04:14.310Z","updated_at":"2025-06-19T21:33:05.178Z","avatar_url":"https://github.com/saschpe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Message Webservice\n==================\n\nA Django website that provides pull notifications to subscribers (such as\nAndroid or iOS apps). Apps can query messages based on their version.\n\n\nRequirements\n------------\n\n- `Python 3`_\n\n\nHacking\n-------\n\nThis project uses a virtual environment, activate it with this command:\n\n.. code:: bash\n\n    source .venv/bin/activate\n\nTo install all the project's development dependencies:\n\n.. code:: bash\n\n    pip install -r requirements/dev.txt\n\nTo set up the database and load initial data run:\n\n.. code:: bash\n\n    python manage.py migrate\n    python manage.py loaddata notifications/fixtures/initial_data.json\n\nTo set up a (super) user for the admin interface:\n\n.. code:: bash\n\n    python manage.py createsuperuser\n\nAfterwards, you should have a fully functional instance at\n\n    http://127.0.0.1:8000/\n\nSince there is no real browseable web interface, you'll be redirected to the\nadmin interface right away. The REST API is accessible at\n\n    http://127.0.0.1:8000/api/v1?format=json\n\nMakes use of two additional Django modules:\n\n    https://django-modeltranslation.readthedocs.org\n    https://django-tastypie.readthedocs.org\n\n\nDeployment\n----------\n\nThe simplest way to deploy this application is via docker_. Assuming you have\ndocker_ setup, you can simply do:\n\n.. code:: bash\n\n    ./scripts/docker/build\n    ./scripts/docker/run\n\n\n\n.. _Python 3: https://www.python.org/downloads/\n.. _docker: https://www.docker.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fmessage-webservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschpe%2Fmessage-webservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fmessage-webservice/lists"}