diff --git a/README.md b/README.md index 89f2b6f..6c28ced 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [PushToTalk](http://timothy.hobbs.cz/push-to-talk/index.html) - Push to Talk lets you edit audio essays and publish them with IPFS. - [qri](https://qri.io) - Dataset verion control, discovery and collaboration tools (free, open-source). [Source](https://github.com/qri-io/qri) - [Request](https://request.network/) - Decentralized network for financial transactions. [Source](https://github.com/RequestNetwork/requestNetwork) +- [SimpleAsWater Bot](https://simpleaswater.com/ipfs-cluster-twitter-pinbot/) - A twitter bot that adds, pins, unpins your tweets to public IPFS network using IPFS Cluster. [Source](https://github.com/simpleaswater/twitter-pinbot) - [SimpleID](https://simpleid.xyz/) - Developer tools for adding Ethereum authentication and content pinning to your app. [Source](https://github.com/simplesecure/) - [TallyLab](https://tallylab.com/) - Local-first, end-to-end encrypted data diary app for capturing, analyzing, and sharing data about any and everything. - [Temporal](https://github.com/RTradeLtd/Temporal) - Temporal is an easy to use API and platform for integrating IPFS and other distributed/decentralized storage technologies into enterprise applications @@ -111,7 +112,8 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search ## Articles -- 2020-01-04: [Hands-on IPLD Tutorial in Golang](https://simpleaswater.com/hands-on-ipld-tutorial-in-golang?ref=awesomeipfs) +- 2020-01-22: [Building a Twitter Bot using IPFS Cluster](https://simpleaswater.com/ipfs-cluster-twitter-pinbot/?ref=awesomeipfs) +- 2020-01-04: [Hands-on IPLD Tutorial in Golang Series](https://simpleaswater.com/hands-on-ipld-tutorial-in-golang?ref=awesomeipfs) - 2019-10-01: [InterPlanetary Chat Application using Libp2p](http://simpleaswater.com/libp2p/tutorials/nodejs/getting_started?ref=awesomeipfs) - 2019-08-14: [Managing storage in a Java application with IPFS](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926) - 2019-07-22: [10+ Resources Every IPFS Developer Should Know About](https://medium.com/@vaibhavsaini_67863/10-resources-to-get-started-with-ipfs-5f429dc8a841) diff --git a/data/apps.yaml b/data/apps.yaml index 3d4f539..14d2b40 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -3,6 +3,12 @@ color: aqua icon: stroke_marketing description: Applications built with IPFS or with functionality that uses IPFS. content: + - title: SimpleAsWater Bot + website: https://simpleaswater.com/ipfs-cluster-twitter-pinbot/ + source: https://github.com/simpleaswater/twitter-pinbot + picture: /images/twitter-bot.png + description: > + A twitter bot that adds, pins, unpins your tweets to public IPFS network using IPFS Cluster. - title: Cyber website: https://cybercongress.ai/ source: https://github.com/cybercongress @@ -364,7 +370,7 @@ content: source: https://github.com/Peergos/Peergos picture: /images/peergos.png description: > - End-to-end encrypted, peer-to-peer file storage and sharing. + End-to-end encrypted, peer-to-peer file storage and sharing. - title: Minerva source: https://github.com/bdchain/Minerva description: > diff --git a/data/articles.yaml b/data/articles.yaml index f736c77..0b79025 100644 --- a/data/articles.yaml +++ b/data/articles.yaml @@ -3,7 +3,10 @@ color: navy icon: stroke_pencil description: Articles about the decentralized web and IPFS. content: - - title: Hands-on IPLD Tutorial in Golang + - title: Building a Twitter Bot using IPFS Cluster + date: "2020-01-22" + website: https://simpleaswater.com/ipfs-cluster-twitter-pinbot/?ref=awesomeipfs + - title: Hands-on IPLD Tutorial in Golang Series date: "2020-01-04" website: https://simpleaswater.com/hands-on-ipld-tutorial-in-golang?ref=awesomeipfs - title: InterPlanetary Chat Application using Libp2p diff --git a/src/static/images/twitter-bot.png b/src/static/images/twitter-bot.png new file mode 100644 index 0000000..30da441 Binary files /dev/null and b/src/static/images/twitter-bot.png differ