Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to Get more Metadata on the Messages? #31

Open
josiahcoad opened this issue May 15, 2019 · 1 comment
Open

Possible to Get more Metadata on the Messages? #31

josiahcoad opened this issue May 15, 2019 · 1 comment

Comments

@josiahcoad
Copy link

Hello,

The app works well although I noticed there is not much metadata about the messages that could be useful for my appliations. Namely, it would be nice to get

  • the name of the sender rather than just 'Friend: '.
  • the datetime of each message.
  • any other metadata that can be parsed would be also helpful

Is it possible to get this? Thank you.

@mchangrh
Copy link

Not the maintainer, but the name of the sender isn't stored in the database at all and the texts show up as 1| for yourself and 0| for your friend so replacing 0| with "Friend: " will probably be the only solution unless the maintainer can throw in the phone number or email.

There is actually a lot of metadata available, the relevant metadata would probably be date (unix time), date_read). If I have time I'll make another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants