Kacper Ziubryniewicz

Results 4 comments of Kacper Ziubryniewicz

Hey, you cannot recover an already unsent message, but you can cache all your messages with a bot for 10 minutes and resend if some of them would be unsent....

Hey, please look at my implementation :wink: https://github.com/kapi2289/fb-everyone-bot It doesn't send all names, it just sends "@everyone" message, that mentions everyone in the group.

@joakimed There's one problem... you've created a new class, but... you don't use it anywhere! You must do ```python client = PrintMessage(email, pw) ``` instead of ``` client = Client(email,...

Hi @VengeTH, this repository works on top of [fbchat-dev/fbchat](https://github.com/fbchat-dev/fbchat) library, which has been unmaintained for over 4 years now. You can either search for some other library, that can do...