# ssb-ipfs-share Find ipfs links in posts and pin them automatically Command line usage: ```sh node bin.js [-i] ``` Sbot plugin usage: ```sh mkdir -p ~/.ssb/node_modules cd ~/.ssb/node_modules git clone ssb://%1Wul6RuMYXjmXqikA5692Xlp95vgYM1aLyk6ws+6YTo=.sha256 ssb-ipfs-share && cd ssb-ipfs-share npm install sbot plugins.enable ssb-ipfs-share # restart sbot ``` For configuration, you can change options in ~/.ssb/config, add: ```json "ipfsShare": { "onlyPeopleIFollow": true, "ifpsApiUrl":"/ip4/127.0.0.1/tcp/5001" } ``` > special thanks to [@arj](/%406CAxOI3f%2BLUOVrbAl0IemqiS7ATpQvr9Mdw9LC4%2BUv0%3D.ed25519) for writing [dat-share](/%25HGaRHwvAX9LW8lUAaz8NypXZRCVqOsHTKhj%2F%2FpkiEiQ%3D.sha256)