Skip to content

Cldfire/messenger-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messenger-search

A Rust CLI tool (and underlying library) that uses Tantivy to index and search downloaded Messenger conversation archives.

This tool is currently not in a state where it is usable by the general public.

Project Structure

  • messenger-search: A library that provides functionality to parse JSON conversation archives, generate a Tantivy index using the parsed results, and perform search queries against the index.
  • messenger-search-cli: A tool that exposes the functionality of the messenger-search library to the command line.

Motivation

Messenger's built-in search feature appears to provide no way to perform phrase queries, making it pretty useless. Also, Tantivy is really cool and I felt like doing something with it.

About

Tantivy-based search tool for FB Messenger archives

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages