{"id":16744935,"url":"https://github.com/bogdal/django-sms","last_synced_at":"2025-07-12T11:31:12.875Z","repository":{"id":2520832,"uuid":"3496819","full_name":"bogdal/django-sms","owner":"bogdal","description":"Sms queue with smsapi.pl gateway support for Django","archived":false,"fork":false,"pushed_at":"2013-04-24T09:29:47.000Z","size":229,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-14T01:44:27.149Z","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/bogdal.png","metadata":{"files":{"readme":"README","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":"2012-02-20T19:15:33.000Z","updated_at":"2022-02-15T23:20:24.000Z","dependencies_parsed_at":"2022-08-26T22:02:39.494Z","dependency_job_id":null,"html_url":"https://github.com/bogdal/django-sms","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdal%2Fdjango-sms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdal%2Fdjango-sms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdal%2Fdjango-sms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdal%2Fdjango-sms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bogdal","download_url":"https://codeload.github.com/bogdal/django-sms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225819052,"owners_count":17529030,"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":[],"created_at":"2024-10-13T01:44:19.727Z","updated_at":"2024-11-21T23:28:11.444Z","avatar_url":"https://github.com/bogdal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"WHAT\n\nSms queue with smsapi.pl gateway support for Django\n\n\nINSTALLATION\n\npip install -e git+git://github.com/bogdal/django-sms.git#egg=django-sms\n\n\nCONFIGURATION\n\n1. Add this application in the ``INSTALLED_APPS`` portion of your settings file.\n\nINSTALLED_APPS = (\n    # ...\n    'sms',\n)\n\n2. Activate views for callbacks.\n\nurlpatterns = patterns('',\n    # ...\n    (r'^cbsms/', include('sms.urls')),\n)\n\nUrls:\n/cbsms/received_sms/\n/cbsms/delivery_report/\n\n\n3. Add this parameters to your settings file:\n\nSMS_GATEWAY = 'sms.smsapi.gateway'\nSMSAPI_LOGIN = \u003csmsapi_login\u003e\nSMSAPI_PASS = \u003csmsapi_pass\u003e\n\n(optional) The IPS which have access to views for callbacks\nSMS_CALLBACK_IPS = ['127.0.0.1', ...] - \n\nUSAGE\n\nSend all smses from queue with status 'Not sent':\n\n1. for cycle task\n    import sms.models import SmsQueue\n    SmsQueue.send()\n\n2. from console\n    python manage.py sms_queue_send","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdal%2Fdjango-sms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdal%2Fdjango-sms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdal%2Fdjango-sms/lists"}