BookMarkInspector, pour pouvoir analyser les tweets exportés en JSON.
Find a file
2025-02-02 14:26:57 +01:00
src remove useless comments or lines 2025-02-01 13:25:18 +01:00
.gitignore first version 2025-01-31 20:18:12 +01:00
Cargo.lock first version 2025-01-31 20:18:12 +01:00
Cargo.toml first version 2025-01-31 20:18:12 +01:00
COPYING.txt add readme and license 2025-02-02 14:26:57 +01:00
README.txt add readme and license 2025-02-02 14:26:57 +01:00

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