arnaucode 4b6112451b | 7 years ago | |
---|---|---|
build | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
color.go | 7 years ago | |
dataUtils.go | 7 years ago | |
main.go | 7 years ago | |
matrix.go | 7 years ago | |
twitterConfigClient.go | 7 years ago | |
twitterStreamDM.go | 7 years ago | |
twitterUserOperations.go | 7 years ago |
bridge to send the received twitter Direct Messages (https://twitter.com) to a Matrix room (https://matrix.org), written in Go
needs a twitterConfig.json file on the /build folder with the content:
{
"consumer_key": "xxxxxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxxxxx"
}
and a matrixConfig.json file on the /build folder with the content:
{
"room_id": "xxxxx",
"user": "xxxxx",
"password": "xxxxx",
"server": "https://xxxxx.xxxxx"
}
to run it:
./twitterDM-to-matrix