MarcTowler / discord-bot

BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Replace Twitter Webhook #39

Open MarcTowler opened 5 years ago

MarcTowler commented 5 years ago

Currently using IFTT, a webhook is being triggered for when a tweet from the G4G account is sent with a certain webhook.

@P-Rigz has requested for us to look into moving this functionality into the bot

MarcTowler commented 5 years ago

Assigning @Redous-UK as I know he started to look at it

Redous-UK commented 5 years ago

I have a script that works without webhooks but it is not automated you have to call the script via a command, I can implement that now or we can just leave the webhook on until an automated script can be coded.

MarcTowler commented 5 years ago

Do a PR and I'll merge it in later, I can make a way to automate it depending on the codeOn 27 Feb 2019 12:10, Redous-UK notifications@github.com wrote:I have a script that works without webhooks but it is not automated you have to call the script via a command, I can implement that now or we can just leave the webhook on until an automated script can be coded.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

MarcTowler commented 5 years ago

right finally got around to looking at this, going to have a proper look and test of the code after stream tonight and look at bringing it in tomorrow

Redous-UK commented 5 years ago

any joy?

MarcTowler commented 5 years ago

Didn't get a chance to, will do it as first thing tonight

MarcTowler commented 5 years ago

Code looks spot on, just need it to post into the specified channel and not favourite the tweets

Redous-UK commented 5 years ago

Still continuing on API.

MarcTowler commented 5 years ago

@Redous-UK any update?