Awesome
<!-- markdownlint-disable MD041 --> <p align="center"> <img alt="pin tweet to ipfs" src="./src/logo.svg" width="250"/> </p> <h1 align="center"> Pin Tweet to IPFS </h1> <p align="center"> <a href="https://github.com/marketplace/actions/super-linter"> <img alt="GitHub Super-Linter" src="https://github.com/meandavejustice/pin-tweet-to-ipfs/workflows/Lint%20Code%20Base/badge.svg"/> </a> </p>Availability
<a href="https://chrome.google.com/webstore/detail/pin-tweet-to-ipfs/bkbejdaeamaehgpodkjdbkhkofpijagn"><img src="https://user-images.githubusercontent.com/1844554/203426246-e65a07bf-718e-4398-94be-9406528d2559.png" alt="Get Pin Tweet to IPFS for Chromium"></a> <a href="https://microsoftedge.microsoft.com/addons/detail/pintweettoipfs/gimajpahenimjjgobbjjidlljnapmfgf"> <img src="https://get.microsoft.com/images/en-us%20dark.svg" alt="Download Pin twee to IPFS" width="250"/> </a>
Firefox support coming soon...
Features
Pin Tweet to IPFS is a web extension targetting less-technical users who wish to archive Tweets in a verifiable way. It uses IPFS, WebRecorder, and web3.storage to achieve this.
How does it work?
We are using a new tool, "save tweet now" from the WebRecorder team to create a verifiable WebArChiveZip files of tweets. We then assist the user in uploading these "WACZ" files to the IPFS network via web3.storage. Here users can store all of their archived tweets in one place, and easily access them via their own IPFS node or other pinning services.
Installing and Running
- Check if your Node.js version is >= 19.
- Clone this repository.
- Run
npm install
to install the dependencies. - Run
npm run build
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
Demo
https://user-images.githubusercontent.com/1844554/207936773-4348a25e-a34f-4387-b805-f807fb0787d9.mp4
Bookmarklet
Basic functionality can be achieved in a bookmarklet
javascript:(function(){
const url = document.location.href.match(/https:\/\/twitter.com\/(\w){1,15}\/status\/(\d)*/)[0];
if (url) window.open(`https://webrecorder.github.io/save-tweet-now/#url=${url}&autoupload=1`);
})();
Resources
Credits
Made with :heart: by Justice Engineering & Trigram