{"id":23171756,"url":"https://github.com/burritosoftware/rpanchat","last_synced_at":"2026-02-05T10:03:27.991Z","repository":{"id":109468901,"uuid":"260560685","full_name":"burritosoftware/rpanchat","owner":"burritosoftware","description":null,"archived":false,"fork":false,"pushed_at":"2020-05-01T20:59:02.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-04T09:48:21.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/burritosoftware.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,"zenodo":null}},"created_at":"2020-05-01T21:20:51.000Z","updated_at":"2021-07-17T08:31:00.000Z","dependencies_parsed_at":"2023-05-29T15:15:48.665Z","dependency_job_id":null,"html_url":"https://github.com/burritosoftware/rpanchat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burritosoftware/rpanchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2Frpanchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2Frpanchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2Frpanchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2Frpanchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burritosoftware","download_url":"https://codeload.github.com/burritosoftware/rpanchat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2Frpanchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29119219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T09:40:36.738Z","status":"ssl_error","status_checked_at":"2026-02-05T09:36:49.977Z","response_time":65,"last_error":"SSL_read: 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":[],"created_at":"2024-12-18T04:19:27.487Z","updated_at":"2026-02-05T10:03:27.973Z","avatar_url":"https://github.com/burritosoftware.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# rpanchat \n\nThis is a tiny, unofficial python module for streaming live comments from RPAN\n(Reddit Public Access Network)\n\n*Remember to always follow the Reddit API guidelines!*\n\n### Example of usage:\n```python\nfrom rpanchat import RPANChat\n\nchat = RPANChat(user_agent='Test app for private use (by u/redditusername)')\nstream_id = input(\"Stream ID: \")\nchat.connect(stream_id)\nfor comment in chat:\n    print(comment.author + ': ' + comment.body)\n```\n\n###Installation:\n```\npip install https://github.com/dominikrowinski/rpanchat/tarball/master\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburritosoftware%2Frpanchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburritosoftware%2Frpanchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburritosoftware%2Frpanchat/lists"}