Adrien Masson

Results 1 issues of Adrien Masson

Hi, I try to send a message on messenger with fichât library. I'm with Python 3.9 `session = fbchat.Session.login(username, password)` `session.user.send_text("Hi me!")` `session.logout()` I try just this little part of...