{"id":18522750,"url":"https://github.com/astro/firetail","last_synced_at":"2025-04-09T11:31:09.455Z","repository":{"id":66098755,"uuid":"677665","full_name":"astro/firetail","owner":"astro","description":"HTTP REST to XMPP PubSub with node.js","archived":false,"fork":false,"pushed_at":"2011-08-22T19:55:08.000Z","size":104,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T05:12:45.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/astro.png","metadata":{"files":{"readme":"README.markdown","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":"2010-05-20T19:15:56.000Z","updated_at":"2019-08-13T14:33:45.000Z","dependencies_parsed_at":"2023-02-19T22:30:39.446Z","dependency_job_id":null,"html_url":"https://github.com/astro/firetail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Ffiretail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Ffiretail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Ffiretail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Ffiretail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astro","download_url":"https://codeload.github.com/astro/firetail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248031198,"owners_count":21036347,"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-11-06T17:32:54.411Z","updated_at":"2025-04-09T11:31:07.488Z","avatar_url":"https://github.com/astro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FireTail\nAn HTTP REST to XMPP PubSub gateway for server-side JavaScript.\n\n## Dependencies\n* [node.js](http://github.com/ry/node)\n* [node-xmpp](http://github.com/astro/node-xmpp) and [node-expat](http://github.com/astro/node-expat)\n* [node-base64](http://github.com/brainfucker/node-base64)\n\nUse a fairly recent version of node.js and run:\n\n    git submodule init\n    git submodule update\n    ./bootstrap.sh\n    node firetail.js\n\n## Usage\nFirst, set your Superfeedr.com credentials:\n\n    export CREDS=superusr:secret\n\nAttach to the ATOM firehose:\n\n    curl -u $CREDS http://localhost:8888/pubsub.xml\n\nAlso available in a Twitter-style JSON format interleaved with line lengths:\n\n    curl -u $CREDS http://localhost:8888/pubsub.json\n\n\nRetrieve list of subscriptions (streams, supports Superfeedr pagination extension):\n\n    curl -u $CREDS http://localhost:8888/subscriptions\n\nSubscribe to a (url-encoded) node:\n\n    curl -u $CREDS -X POST http://localhost:8888/subscriptions/http%3A%2F%2Ftwitter.com%2Fstatuses%2Fuser_timeline%2F61287780.rss\n\nUnsubscribe from a node:\n\n    curl -u $CREDS -X DELETE http://localhost:8888/subscriptions/http%3A%2F%2Ftwitter.com%2Fstatuses%2Fuser_timeline%2F61287780.rss\n\n\n## TODO\n* Expose [PubSub archive functionality](http://xmpp.org/extensions/xep-0060.html#subscriber-retrieve-requestall)\n* Implement deflate encoding/compression with [node-compress](http://github.com/waveto/node-compress)\n* Add proper keep-alive support (in http.js?)\n* presence should depend on a firehose listener\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Ffiretail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastro%2Ffiretail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Ffiretail/lists"}