Auto-following/reading bot written in Python 2 has a mission to safe all distributed data shared in the twister network.
Go to file
2021-06-26 12:32:31 +03:00
follower.py Create follower.py 2021-06-26 11:57:31 +03:00
LICENSE Initial commit 2021-06-26 10:05:17 +03:00
reader.py Create reader.py 2021-06-26 11:57:49 +03:00
README.md update readme 2021-06-26 12:32:31 +03:00

twister-data-guard

Twister is a community driven microblogging platform, that have a distributed database, stored betwin 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.
It is a part of the community library, so if you want to partipicate - 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)
  2. reader.py - loading and auto reading public post of the followed users (todo)
  3. publisher.py - sending the data into the DHT to make database visible for the other nodes (todo, may be integrated in 1/2 scripts)