Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for twitter quick-replies buttons #1

Closed
jdwuarin opened this issue Mar 17, 2017 · 5 comments
Closed

Add support for twitter quick-replies buttons #1

jdwuarin opened this issue Mar 17, 2017 · 5 comments

Comments

@jdwuarin
Copy link
Member

Do so as soon as quick-replies are out of beta in twitter DMs.

bot.sendDefaultButtonMessageTo should then create those in Twitter DMs

@bobber205
Copy link

This has been deprecated by Twitter
https://blog.twitter.com/developer/en_us/topics/tools/2017/announcing-more-functionality-to-improve-customer-engagements-on-twitter.html

Some less-used features of the Direct Message beta will not become generally available and will no longer be functional from February 15, 2018. These features are:

    Location quick replies and location cards
    Text Input quick replies

@jdwuarin
Copy link
Member Author

jdwuarin commented Mar 7, 2018

Thanks for the link. From looking at the link, it looks like they've come out of beta a while back. I don't have much time right now, so won't be able to implement this as fast as I would want to. But if anyone wants to give it a go, I'd be happy to review pull requests.

@abhishekchotaliya
Copy link

Hi John,
Thanks for this awesome project! 🤟🏻

Can you please tell me what is the flow of the framework? I understood most of the flow, but I am unable to figure out when you are converting the raw message to a platform-specific message.

@jdwuarin
Copy link
Member Author

jdwuarin commented Jul 5, 2018

Hi @abhishekchotaliya. Following your pull requests on both this project and the botmaster on:
(this project: #3)
(the botmaster project: botmasterai/botmaster#43)

Here's a few comments to help you get on with that. Changes like the ones you require should never require you change the base project (botmaster) and you should be able to edit the bot class project directly. In this case, botmaster-twitter-dm. You can read more on how you would go about creating a new bot class here:

http://botmasterai.com/documentation/latest/working-with-botmaster/writing-your-own-bot-class.html

You can start directly at the Creating your own bot classes section.

Hope that helped

@jdwuarin
Copy link
Member Author

jdwuarin commented Jul 9, 2018

Closing issue as merge request #3 fixes this.
Version 1.1.0 has been released as a result

@jdwuarin jdwuarin closed this as completed Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants