2017-06-23 04:43:23 +02:00
2017-04-28 20:53:12 +02:00
2017-04-28 20:53:12 +02:00
2017-04-28 20:51:11 +02:00
2017-04-28 20:53:12 +02:00
2017-04-28 20:53:12 +02:00
2017-04-28 20:53:12 +02:00
2017-04-28 20:53:12 +02:00
2017-04-28 20:53:12 +02:00

twitterDM-to-matrix Go Report Card

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:

  • go to the /build folder
  • open terminal
  • execute the script with:
./twitterDM-to-matrix
Description
No description provided
Readme MIT 2 MiB
Languages
Go 100%