{"id":17202664,"url":"https://github.com/dragonchaser/matrix-feeder","last_synced_at":"2025-04-13T21:11:42.193Z","repository":{"id":39776909,"uuid":"303999581","full_name":"dragonchaser/matrix-feeder","owner":"dragonchaser","description":"Matrix feeder is a matrix bot that monitors defined channels for images and posts them to another channel.","archived":false,"fork":false,"pushed_at":"2024-01-19T10:45:55.000Z","size":19,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T11:38:09.137Z","etag":null,"topics":["matrix","nodejs","npm-package","synapse"],"latest_commit_sha":null,"homepage":"https://github.com/dragonchaser/matrix-feeder","language":"JavaScript","has_issues":true,"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/dragonchaser.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}},"created_at":"2020-10-14T11:53:08.000Z","updated_at":"2024-10-27T19:33:10.000Z","dependencies_parsed_at":"2023-01-30T00:45:53.845Z","dependency_job_id":null,"html_url":"https://github.com/dragonchaser/matrix-feeder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonchaser%2Fmatrix-feeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonchaser%2Fmatrix-feeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonchaser%2Fmatrix-feeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonchaser%2Fmatrix-feeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragonchaser","download_url":"https://codeload.github.com/dragonchaser/matrix-feeder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782260,"owners_count":21160717,"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":["matrix","nodejs","npm-package","synapse"],"created_at":"2024-10-15T02:15:24.373Z","updated_at":"2025-04-13T21:11:42.169Z","avatar_url":"https://github.com/dragonchaser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# matrix-feeder\n\nMatrix feeder is a matrix bot that monitors defined channels for media and posts them to another channel.\n\n## Why\n\nI have lots of rooms where hobbyists post railway related photos and videos, usually there is lots of noise between them so I decided to channel these into one room to be able to see them as a feed.\n\n## License\n\nMIT see [LICENSE](https://github.com/dragonchaser/matrix-feeder/blob/master/LICENSE) file in this repository.\n\n## Install \u0026 Run\n\n- dependencies\n\n  ```bash\n  $\u003e git clone https://github.com/dragonchaser/matrix-feeder\n  $\u003e cd matrix-feeder\n  $\u003e npm install\n- copy `config/config-example.json` to `config/config.json` \u0026 edit\n\n  **WARNING:** `targetRoomId` must not be present in the list of monitored Rooms, otherwise this will result in loops \u0026 lots of spam.\n\n- run\n\n  ```bash\n  $\u003e node feeder.js\n  ```\n\n- invite the bot to the channels of your choice\n\n  **NOTE:** The bot will only relay media if the room is listet in the `monitorChannels` field in the config!\n\n### Docker\n\n#### run\n\n- x86_64\n  ```bash\n  $\u003e docker run \\\n     -v/path/to/you/config.json:/matrix-feeder/config/config.json \\\n     dragonchaser/matrix-feeder:latest\n  ```\n\n- arm32v7 (raspberry pi 2 \u0026 3)\n  ```bash\n  $\u003e docker run \\\n     -v/path/to/you/config.json:/matrix-feeder/config/config.json \\\n     dragonchaser/matrix-feeder:latest-arm32v7\n  ```\n\n#### build\n\n  ```bash\n  $\u003e git clone https://github.com/dragonchaser/matrix-feeder\n  $\u003e cd matrix-feeder\n  $\u003e docker build -f docker/Dockerfile -t \u003cimagename\u003e:\u003ctag\u003e .\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonchaser%2Fmatrix-feeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonchaser%2Fmatrix-feeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonchaser%2Fmatrix-feeder/lists"}