{"id":15632559,"url":"https://github.com/jamiew/hubot-ipfs","last_synced_at":"2025-04-30T04:34:07.463Z","repository":{"id":38176818,"uuid":"138624058","full_name":"jamiew/hubot-ipfs","owner":"jamiew","description":"Hubot plugin for pinning files to IPFS","archived":false,"fork":false,"pushed_at":"2022-12-10T16:20:51.000Z","size":1477,"stargazers_count":2,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T23:49:41.761Z","etag":null,"topics":["hubot","ipfs"],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/jamiew.png","metadata":{"files":{"readme":"README.md","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":"2018-06-25T16:51:07.000Z","updated_at":"2021-08-09T20:01:00.000Z","dependencies_parsed_at":"2023-01-26T08:47:03.213Z","dependency_job_id":null,"html_url":"https://github.com/jamiew/hubot-ipfs","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/jamiew%2Fhubot-ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fhubot-ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fhubot-ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fhubot-ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamiew","download_url":"https://codeload.github.com/jamiew/hubot-ipfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251642983,"owners_count":21620404,"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":["hubot","ipfs"],"created_at":"2024-10-03T10:44:36.621Z","updated_at":"2025-04-30T04:34:07.412Z","avatar_url":"https://github.com/jamiew.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hubot-ipfs\n\n![Cool robot saying \"I have pinned the things\"](https://raw.githubusercontent.com/ipfs-shipyard/ipfs-hubot/master/img/ipfs-hubot.png)\n\nA hubot script that lets you interact with a local IPFS daemon, including pinning files.\n\nThis is a script/plugin-ified version of the `ipfs.coffee` script by @jbenet: https://github.com/ipfs/ipfs-hubot\n\n## Commands\n\n* `hubot pin QmDEADBEEF...` -- pin files\n* `hubot ipfs api-info` -- show configured local and global gateways\n* `hubot ipfs swarm peers`\n* and almost all other `go-ipfs` daemon commands\n* See [`src/ipfs.coffee`](src/ipfs.coffee) for full documentation.\n\nOuput Looks like this:\n\n```\nhubot\u003e hubot ipfs pin QmXXXXXXXXXXXXXXXXXXx\nhubot\u003e TODO FIXME show don't tell. Add a screenshot\n```\n\n## Installation\n\nThis assumes you already have [setup a Hubot.](https://hubot.github.com/docs/)\n\nIn your hubot project repository, run:\n\n`npm install hubot-ipfs --save`\n\nThen add **hubot-ipfs** to your `external-scripts.json`:\n\n```json\n[\n  \"hubot-ipfs\"\n]\n```\n\n## Configuration\n\nSome things in life you can't change, but these things you can.\n\n* `IPFS_LOCAL_API` (default=localhost:5001)\n* `IPFS_LOCAL_GATEWAY` (default=http://localhost:8088)\n* `IPFS_GLOBAL_GATEWAY` (default=https://ipfs.io/ipfs)\n\n\n## Development\n\nClone this repository, then:\n\n```\nnpm install\n```\n\nTo run tests:\n\n```\nnpm test\n```\n\nTo actually work on the script, it's easiest to setup a Hubot and include your\nlocal `hubot-ipfs` plugin as a dependency. e.g. in the hubot's `package.json`, something like:\n\n```\n \t\"dependencies\": {\n    \"hubot\": \"^2.19.0\",\n    \"hubot-ipfs\": \"file:~/dev/hubot-ipfs\"\n  },\n```\n\nProtip: try out the `hubot-reload` plugin so you don't have to restart your REPL on changes\n\n\n## Publishing a new version\n\n```\nnpm run semantic-release\n```\n\n\n## Contribute\n\nFeel free to join in. All welcome. Open an [issue](https://github.com/ipfs/ipfs-hubot/issues)!\n\nThis repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\n**Want to hack on IPFS?**\n\n[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fhubot-ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamiew%2Fhubot-ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fhubot-ipfs/lists"}