twister-data-guard/README.md

14 lines
938 B
Markdown
Raw Normal View History

2021-06-26 10:05:17 +03:00
# twister-data-guard
2021-06-26 12:32:31 +03:00
2021-06-26 19:27:53 +03:00
Twister is a community driven microblogging platform, that have a distributed database, stored between the independent DHT nodes by the Following relationships.
2021-06-26 12:35:29 +03:00
2021-06-26 19:27:53 +03:00
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.
2021-06-26 12:35:29 +03:00
2021-06-26 19:27:53 +03:00
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.
2021-06-26 12:32:31 +03:00
### Roadmap
2021-06-26 19:27:53 +03:00
1. follower.py - search and auto follow all users in the twister blockchain (completed)
2021-06-26 12:32:31 +03:00
2. reader.py - loading and auto reading public post of the followed users (todo)
2021-06-26 12:36:19 +03:00
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)