{"id":25692679,"url":"https://github.com/flossypurse/website-summarization-app","last_synced_at":"2026-04-30T12:32:35.434Z","repository":{"id":279291159,"uuid":"934380299","full_name":"flossypurse/website-summarization-app","owner":"flossypurse","description":"Durable summarization app in Python with Resonate, Flask, and Ollama","archived":false,"fork":false,"pushed_at":"2025-04-01T18:30:44.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T12:06:32.108Z","etag":null,"topics":["flask","ollama","python","resonate"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flossypurse.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":"2025-02-17T18:25:03.000Z","updated_at":"2025-04-01T18:30:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"301157b9-debd-4217-b169-18615b094945","html_url":"https://github.com/flossypurse/website-summarization-app","commit_stats":null,"previous_names":["flossypurse/website-summarization-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flossypurse/website-summarization-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flossypurse%2Fwebsite-summarization-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flossypurse%2Fwebsite-summarization-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flossypurse%2Fwebsite-summarization-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flossypurse%2Fwebsite-summarization-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flossypurse","download_url":"https://codeload.github.com/flossypurse/website-summarization-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flossypurse%2Fwebsite-summarization-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32465009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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","ollama","python","resonate"],"created_at":"2025-02-24T23:28:10.210Z","updated_at":"2026-04-30T12:32:35.422Z","avatar_url":"https://github.com/flossypurse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Website summarization application\n\nThis is an example website summarization application built with:\n\n- Flask: webserver that handles HTTP requests\n- Resonate: framework for distributed \u0026 concurrent applications\n- Beautiful Soup: webscraper\n- Ollama: LLM that summarizes content\n\nThis application uses [uv](https://docs.astral.sh/uv/) as the environment and package manager.\n\n**Prerequisites:**\n\n- Make sure you have [Ollama](https://ollama.com/) installed and running llama3.1\n- Make sure you have a Google Chrome browser running.\n\n**Running the application:**\n\nWhen running this application locally, you will use 4 separate terminals, each representing its own process, representing a distributed application separated by a network.\n\nRun a local Resonate Server:\n\n```\nbrew install resonatehq/tap/resonate\nresonate serve\n```\n\nIn another terminal install dependencies:\n\n```\nuv sync\n```\n\nRun the HTTP gateway service:\n\n```\nuv run gateway\n```\n\nIn another terminal run a summarization application node:\n\n```\nuv run app\n```\n\nFrom another terminal summarize a website:\n\n```\ncurl -X POST http://localhost:5000/summarize -H \"Content-Type: application/json\" -d '{\"url\": \"https://resonatehq.io\", \"email\": \"johndoe@example.com\"}'\n```\n\nYou will be prompted from the application node terminal to accept or reject the summarization.\n\n- Accepting will complete the workflow.\n- Rejecting will invoke another summarization attempt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflossypurse%2Fwebsite-summarization-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflossypurse%2Fwebsite-summarization-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflossypurse%2Fwebsite-summarization-app/lists"}