matrix-appservice-twitter
matrix-appservice-twitter copied to clipboard
Twitter AS bridge for Matrix
https://dev.twitter.com/streaming/reference/post/statuses/filter There will be a fair bit of work involved in filtering them correctly, but will give us near realtime speeds. We are still limited to about 5000 users and...
It would be useful to have at least two different timeline rooms, one that shows the entire feed with followings, another to show only tweets and mentions. Alternatively a bridged...
To do this, we need to react to invites from regular users to bot users. The bot will need to be able to detect when joining a room whether the...
I use [twitter lists](https://dev.twitter.com/rest/reference/get/lists/statuses) pretty heavily and it would be great to support them in the AS.
We currently create links in ``AccountServices.js``, ``TimelineHander.js``, ``HashtagHandler.js`` and ``Provisioner.js``. The code to do so is near identical. This would really be suited to it's own file.
@lukebarnard1 >The one bug that seems to crop up for me is that when linking timelines, it's quite likely for ghost users to join the room without avatars or display...
The list of provisioned links even appears empty whilst tweets continue to stream into the room. The logs show (for ```@wired```) ``` info Provisioning Check power level of @lukeb:localhost:8480 in...
https://matrix.to/#/!NbTssxRUWRYtpBMWeF:half-shot.uk/$1481105960420sKhbW:ldbco.de >It seems that when Mikaela tried to OAuth, the timeline room could not be created because the bot didn't have permission http://matrix.org/_matrix/client/r0/createRoom (AS) HTTP 403 Error: ``{"errcode":"M_FORBIDDEN","error":"You don't have...