Kacper Ziubryniewicz

Results 3 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,...