{"id":15350824,"url":"https://github.com/grobmeier/buffer-feeder","last_synced_at":"2025-04-09T12:14:33.962Z","repository":{"id":29576318,"uuid":"33115949","full_name":"grobmeier/buffer-feeder","owner":"grobmeier","description":"Simple app which reads from RSS and pushes things to Bufferapp","archived":false,"fork":false,"pushed_at":"2015-03-30T20:26:53.000Z","size":168,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-15T06:22:33.032Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/grobmeier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-30T10:07:44.000Z","updated_at":"2017-02-20T20:31:10.000Z","dependencies_parsed_at":"2022-09-13T07:11:45.065Z","dependency_job_id":null,"html_url":"https://github.com/grobmeier/buffer-feeder","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/grobmeier%2Fbuffer-feeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grobmeier%2Fbuffer-feeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grobmeier%2Fbuffer-feeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grobmeier%2Fbuffer-feeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grobmeier","download_url":"https://codeload.github.com/grobmeier/buffer-feeder/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036058,"owners_count":21037092,"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-10-01T11:59:18.170Z","updated_at":"2025-04-09T12:14:33.947Z","avatar_url":"https://github.com/grobmeier.png","language":"PHP","readme":"# Buffer Feeder\n\nA small lib which let's you auto-publish from RSS to Buffer\nusing the command line.\n\nThis code is in pretty early stages and may change. Your input\nand suggestions are welcome.\n\nYou'll need to create a Buffer application and get an access\ntoken from there.\n\n## Examples\n\n### Showing profiles\n\n```\nbin/buffer profiles \u003caccess token\u003e\n```\n\nShows a list with all connected profiles.\n\n### Configuration file\n\nThis is a basic configuration file:\n\n```\n[\n  {\n    \"url\": \"http://feeds.feedburner.com/dartosphere\",\n    \"service\": [\n      {\n        \"profile\": \"xxx\",\n        \"text\": \"%title% - %url% %hashtags%\",\n        \"limit\": 100,\n        \"hashtags\": \"#dartlang\"\n      }\n    ],\n    \"archive\": \"archive.json\"\n  }\n]\n```\n\nYou can have as many job definitions as you want (in theory).\nThe URL is the url to a valid feed. The service section is the\ndefinition of the services you want to connect. Think\nof services as connected social media accounts.\n\nThe \"profile\" fields names the Buffer-id of a service. You can find\nout about it using the previously mentioned profile-request.\n\nText is the format of the text. %title% etc will be replaced with\nthe corresponding values.\n\n\"limit\" names the maximum number of characters which is allowed. Please note, this\nis not bug free. Otherwise it's useful for Twitter.\n\nThe \"archive\" file is a file in which is stored what RSS items\nwere sent out.\n\n## License\n\nThe code is licensed [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrobmeier%2Fbuffer-feeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrobmeier%2Fbuffer-feeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrobmeier%2Fbuffer-feeder/lists"}