fbchat icon indicating copy to clipboard operation
fbchat copied to clipboard

Facebook Chat (Messenger) for Python

Results 109 fbchat issues
Sort by recently updated
recently updated
newest added

``` def download(songid): url = "https://youtube-mp36.p.rapidapi.com/dl" querystring = {"id":songid} headers = { "X-RapidAPI-Key": "apikey", "User-Agent":"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", "X-RapidAPI-Host": "youtube-mp36.p.rapidapi.com" } response =...

Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...

I'm getting an error that str indices must be integer when trying to send a mp3 file

Example: i found the request for this feature like this params = { "story_fbid": ... } i'm using client.get(url, params) But I got the error This is either because you...

I used this package, and there's a bug on it. So I try to debug it first, and It's working now. r.text.split('"client_revision":', 1)[1].split(",", 1)[0] ArrayIndexOutOfBoundsException on ('"client_revision":', 1)[1]

![Screenshot_20230325-061008.png](https://user-images.githubusercontent.com/122594386/227710950-bf9c1d2b-fda8-49d4-9dc4-0cbadefbddfe.png)

So I found it few days ago and couldn't even get log in. Facebook made some changes with messenger few years ago and fbchat haven't been updated so if basic...