{"id":22957109,"url":"https://github.com/kenmwaura1/pusher-realtime-table","last_synced_at":"2026-05-20T07:04:46.841Z","repository":{"id":100856008,"uuid":"239509259","full_name":"KenMwaura1/pusher-realtime-table","owner":"KenMwaura1","description":"Build a realtime table using Flask and Pusher Channels","archived":false,"fork":false,"pushed_at":"2023-05-01T20:37:49.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T07:47:11.241Z","etag":null,"topics":["flask","pusher","python3","sqlalchemy","sqlite3"],"latest_commit_sha":null,"homepage":"","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/KenMwaura1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-10T12:42:50.000Z","updated_at":"2020-02-10T13:16:46.000Z","dependencies_parsed_at":"2023-06-02T04:30:15.868Z","dependency_job_id":null,"html_url":"https://github.com/KenMwaura1/pusher-realtime-table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KenMwaura1/pusher-realtime-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenMwaura1%2Fpusher-realtime-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenMwaura1%2Fpusher-realtime-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenMwaura1%2Fpusher-realtime-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenMwaura1%2Fpusher-realtime-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KenMwaura1","download_url":"https://codeload.github.com/KenMwaura1/pusher-realtime-table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenMwaura1%2Fpusher-realtime-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270871658,"owners_count":24660242,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flask","pusher","python3","sqlalchemy","sqlite3"],"created_at":"2024-12-14T17:15:20.536Z","updated_at":"2026-05-20T07:04:41.803Z","avatar_url":"https://github.com/KenMwaura1.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build a realtime table using Flask and Pusher Channels\n\nThis is a demo application showing how to build a realtime table using Flask and Pusher.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nThis application uses the following:\n\n - Python 3.6 (You should have python 3.6 or higher version installed)\n - Pusher Channels (Create an account [here](https://dashboard.pusher.com/accounts/sign_up) or [login](https://dashboard.pusher.com/accounts/sign_in) here)\n - JavaScript (jQuery)\n\n### Setting up the project\n\nFirst, clone this repository to your local machine:\n\n```sh\n $ git clone  https://github.com/KenMwaura1/pusher-realtime-table.git\n```\n\n Next update the following keys in the `.env` file with your correct Pusher keys:\n  ```\n  PUSHER_APP_ID=app_id\n  PUSHER_KEY=key\n  PUSHER_SECRET=secret\n  PUSHER_CLUSTER=cluster\n  ```\n\n  Finally, update the placeholder - `\u003cPUSHER_KEY\u003e` and `\u003cPUSHER_CLUSTER\u003e` with your correct Pusher Key in `/static/custom.js` file.\n\n  ```javascript\n  const pusher = new Pusher('\u003cPUSHER_KEY\u003e', {\n    cluster: '\u003cPUSHER_CLUSTER\u003e',\n    encrypted: true\n});\n```\n\n### Running the App\n\nTo get the app running:\n\n - From a command line, make sure you are in the project's root folder - `realtime-table`\n - Create a virtual environment:\n ```\n python3 -m venv env\n ```\n - Activate the virtual environment:\n ```\n   source env/bin/activate\n ```\n On windows? Activate it with the below:\n ```\n   env/Scripts/activate\n ```\n\n - Install the dependencies:\n ```\n pip install -r requirements.txt\n ```\n\n - Finally run the app:\n ```\n  flask run\n ```\n\n Congrats! The app should now be running on http://localhost:5000.\n\n\n- Open your browser and fire up the app - http://localhost:5000/\n- Then, open the backend page in another tab - http://localhost:5000/backend\n- Next, add or update a flight. You would see the changes appear in realtime on the index page. \n\n## Built With\n\n* [Flask](http://flask.pocoo.org/) - A microframework for Python\n* [Pusher](https://pusher.com/) - APIs to enable devs building realtime features\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenmwaura1%2Fpusher-realtime-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenmwaura1%2Fpusher-realtime-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenmwaura1%2Fpusher-realtime-table/lists"}