BookMarkInspector, pour pouvoir analyser les tweets exportés en JSON.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
COPYING.txt | ||
README.txt |
This small project uses a JSON file of tweets (as exported with the tool twitter-web-exporter[1]) to show them as a list. You can search a word in the tweet or delete it from the JSON. You can save the new JSON into the file "pouet.json". My use case =========== I want to easily scroll in my bookmarked tweets to finally reduce my backlog. Why Rust ======== More to begin to code in Rust again than something else. It was a while since my last project so I can go back in it with a small and usefull project. References ========== [1] https://github.com/prinsss/twitter-web-exporter