Auto-following/reading bot written in Python 2 has a mission to safe all distributed data shared in the twister network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
938 B

3 years ago
# twister-data-guard
3 years ago
3 years ago
Twister is a community driven microblogging platform, that have a distributed database, stored between the independent DHT nodes by the Following relationships.
3 years ago
3 years ago
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.
3 years ago
3 years ago
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.
3 years ago
### Roadmap
3 years ago
1. follower.py - search and auto follow all users in the twister blockchain (completed)
3 years ago
2. reader.py - loading and auto reading public post of the followed users (todo)
3 years ago
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)