From 5deaca622083edbcfce5ad8e53956ac1ee2aea2e Mon Sep 17 00:00:00 2001 From: D4708 Date: Sat, 26 Jun 2021 19:27:53 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c9c726..6b3f148 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # twister-data-guard -Twister is a community driven microblogging platform, that have a distributed database, stored between the independent DHT nodes by the following relationships. +Twister is a community driven microblogging platform, that have a distributed database, stored between the independent DHT nodes by the Following relationships. -At this moment it has a low online activity, so that toolkit writen to safe the users data as the part of the our history, memories, loses and wins. +At this moment it has a low online activity, so that toolkit written to safe the users data as the part of our history, memories, loses and wins. -It is a part of the community library, so if you want to partipicate - contribute to this project, or run the existing scripts provided. +This toolkit should be runned with the interactive twister-core node, to collect a live, not dumped content using the twisterverse protocol and return it to the other nodes. So if you want to participate - contribute to this project, or run the existing scripts provided. ### Roadmap -1. follower.py - search and auto follow new users in the twister blockchain (completed) +1. follower.py - search and auto follow all users in the twister blockchain (completed) 2. reader.py - loading and auto reading public post of the followed users (todo) 3. publisher.py - sending data collected into the DHT to make database visible for the other nodes (todo, may be integrated in 1/2 scripts)