You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the IPFS plugin (https://github.com/TheDiscordian/onebot/blob/master/plugins/ipfs.go) to support uploading an image which was embedded in the message (#27). We could reuse the web3-store command and change it from web3-store <cid> to web3-store [cid]. If not CID is supplied, we'll check the message object for images, if there are some, we can upload them to web3.storage (ideal solution is all at once in a directory). If there are no images, we can display the help text like we do now.
The text was updated successfully, but these errors were encountered:
TheDiscordian
changed the title
Extend IPFS plugin to support uploading image to web3-storage from embedded image
Extend IPFS plugin to support uploading image to web3.storage from embedded image
May 10, 2023
Extend the IPFS plugin (https://github.com/TheDiscordian/onebot/blob/master/plugins/ipfs.go) to support uploading an image which was embedded in the message (#27). We could reuse the
web3-store
command and change it fromweb3-store <cid>
toweb3-store [cid]
. If not CID is supplied, we'll check the message object for images, if there are some, we can upload them to web3.storage (ideal solution is all at once in a directory). If there are no images, we can display the help text like we do now.The text was updated successfully, but these errors were encountered: