Kacper Ziubryniewicz
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...
Hi, thanks for submitting the issue. Please let me know if #27 solves it.
Hi! To generate an SSR bundle, you can follow the [Inertia.js documentation](https://inertiajs.com/server-side-rendering) and [Laravel documentation](https://laravel.com/docs/11.x/vite#ssr) (only the Javascript part). The SSR bundle generates by default in the `/bootstrap/ssr/` directory. You...
Hi! I've created `v1` branch, so we can still develop the library compatible with Inertia v1. Feel free to create PRs for v2 on the `main` branch. The goal is...