{"id":18016467,"url":"https://github.com/nikhil25803/sns-processing","last_synced_at":"2026-05-05T12:32:21.821Z","repository":{"id":109396650,"uuid":"584825144","full_name":"nikhil25803/sns-processing","owner":"nikhil25803","description":"Python script to process data from AWS SNS and update in the local database. For ETHOS'23! ... Fun fact🤫 - We won!!","archived":false,"fork":false,"pushed_at":"2023-01-07T14:51:32.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T15:35:38.857Z","etag":null,"topics":["aws","aws-sns","fastapi","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikhil25803.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-01-03T16:00:01.000Z","updated_at":"2024-02-09T10:16:10.000Z","dependencies_parsed_at":"2023-03-29T00:04:47.789Z","dependency_job_id":null,"html_url":"https://github.com/nikhil25803/sns-processing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nikhil25803/sns-processing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fsns-processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fsns-processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fsns-processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fsns-processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikhil25803","download_url":"https://codeload.github.com/nikhil25803/sns-processing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fsns-processing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["aws","aws-sns","fastapi","python3"],"created_at":"2024-10-30T04:18:09.190Z","updated_at":"2026-05-05T12:32:21.803Z","avatar_url":"https://github.com/nikhil25803.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Setup\n\n---\n\n### Create and activate a virtual environment\n```powershell\npython -m venv env\n```\n\n```powershell\nenv\\scripts\\activate\n```\n### Install the dependenies\n```\npip install -r requirements.txt\n```\n\n### Run the server on local system\nFirst comment out the following section in `main.py`\n```python\nport = 8000\nngrok_tunnel = ngrok.connect(port)\n\nprint('Public URL:', ngrok_tunnel.public_url)\n\nnest_asyncio.apply()\n\nif __name__ == \"__main__\":\n    uvicorn.run(app, port=8000)\n```\n\nThen run the following command in the terminal\n```powershell\nuvicorn main:app --reload\n```\n\n**OR**\n\n### Run the server on `ngrok`\nIn this case, do not make any changes in the `main.py`. Or if made, just uncomment the `ngrok_tunnel` code.\nThen run the following command in the powershell\n```\npython main.py\n```\n\n\u003e Run the server on a URL provided, ends with `.ngrok.io`\n\n**Note**\nRunning the server will create a `cars_database.db` in the root directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil25803%2Fsns-processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhil25803%2Fsns-processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil25803%2Fsns-processing/lists"}