Package Details: mautrix-facebook-git r964.2ab4342-2

Git Clone URL: https://aur.archlinux.org/mautrix-facebook-git.git (read-only, click to copy)
Package Base: mautrix-facebook-git
Description: A double puppeting Facebook bridge with multi-user support for Hangouts
Upstream URL: https://github.com/mautrix/facebook
Licenses: AGPL-3.0-or-later
Conflicts: mautrix-facebook
Submitter: bobpaul
Maintainer: marcool04
Last Packager: marcool04
Votes: 4
Popularity: 0.007253
First Submitted: 2020-02-18 06:50 (UTC)
Last Updated: 2024-05-03 08:45 (UTC)

Pinned Comments

marcool04 commented on 2024-03-13 15:50 (UTC) (edited on 2024-03-13 15:50 (UTC) by marcool04)

Upstream has a notice saying:

This bridge is deprecated. mautrix-meta (https://github.com/mautrix/meta) is recommended instead.

See: https://aur.archlinux.org/packages/mautrix-meta for the AUR package

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

baltazar commented on 2021-03-15 13:06 (UTC)

@Anty0 I haven't tried, but I think you have to set appservice.public.enabled = true in the config (see the docs)

Anty0 commented on 2021-03-15 12:14 (UTC)

@baltazar +1 for your version. There are definitely improvements which can be ported into this aur version - optional dependencies, etc.

Just one question, does web login work on your server? Even with setuptools installed it does not work on my server (bot just flat out says it isn`t supported on my server). Not a big deal, just wondering. :)

baltazar commented on 2021-03-15 11:59 (UTC)

@Anty0 oops, apparently repositories are private by default. Should be visible now.

Anty0 commented on 2021-03-15 01:10 (UTC)

@baltazar Just heads up: The link to your version gives me 404 and the repository is not listed in the list of your repositories.

To the actual message, I'm open to anyone else also maintaining this package - more people can't really make it much worse :D , but I'll leave the decision to the @bobpaul

baltazar commented on 2021-03-14 23:42 (UTC)

I've also been maintaining my own version, available here. I'm happy to maintain if you don't have the time.

Anty0 commented on 2021-03-09 20:05 (UTC)

@bobpaul Oh, thanks for the heads up. One more reason to convert all my friends to the matrix, I guess :D

bobpaul commented on 2021-03-09 17:59 (UTC)

@Anty0 that'd be great. I had to stop using this last summer since my Facebook account kept getting locked out.

Anty0 commented on 2021-03-08 23:40 (UTC)

The package unfortunately does not work since last upstream changes. I have applied these changes to get it to work: https://pastebin.com/KkfB29Zw

@bobpaul I might be able to help you co-maintain the package, since I have been using it a lot lately. Feel free to add me as co-maintainer, if you wish. :)

bobpaul commented on 2020-09-16 16:03 (UTC)

@rakoo try python-mautrix-latest. It's similar to a git package, but I have it tracking the latest released tag instead of the tip of the repo.

The python-mautrix-git only sometimes works. He usually does development on mautrix and then he does development on the bridges, so there's usually a gap where mautrix is too new to work on either or both of mautrix-facebook and mautrix-hangouts.

rakoo commented on 2020-09-11 21:43 (UTC) (edited on 2020-09-11 21:45 (UTC) by rakoo)

python-mautrix package doesn't evolve as fast as upstream, which is blocking the execution of mautrix-facebook (and probably running the appserver at all)

At the time of writing python-mautrix is at 0.5.8 but mautrix-facebook requires >=0.7.1,<0.8. Since this package is the git version, maybe it's safer to follow the git version of python-mautrix as well ?