You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this repo from the old mautrix/facebook python library issues. I was able to use the old library with my own python script to bridge my home MQTT backend to Messenger private chat as a simple reporting software and simple control via chat commands.
Since Facebook implemented E2EE for their private messages, I was unable to send any messages from my own home backend to Messenger.
Looking at mautrix/meta and actually learning how to do E2EE, it actually does a godly work of making it happen. But, when I try to use it as a library (especially the messagix package), the documentation is very little to none.
I can connect my account but am a bit stuck on how to convert the messages as plain text and/or send the actual message back.
Are there any plans to make this possible as a library/package like whatsmeow? Or a bit of documentation? It's basically just a skill issue on my part.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I found this repo from the old
mautrix/facebook
python library issues. I was able to use the old library with my own python script to bridge my home MQTT backend to Messenger private chat as a simple reporting software and simple control via chat commands.Since Facebook implemented E2EE for their private messages, I was unable to send any messages from my own home backend to Messenger.
Looking at
mautrix/meta
and actually learning how to do E2EE, it actually does a godly work of making it happen. But, when I try to use it as a library (especially the messagix package), the documentation is very little to none.I can connect my account but am a bit stuck on how to convert the messages as plain text and/or send the actual message back.
Are there any plans to make this possible as a library/package like
whatsmeow
? Or a bit of documentation? It's basically just a skill issue on my part.Thanks!
The text was updated successfully, but these errors were encountered: