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

Twitter social integration #15

Closed
2 of 3 tasks
gunthercox opened this issue Dec 26, 2014 · 2 comments
Closed
2 of 3 tasks

Twitter social integration #15

gunthercox opened this issue Dec 26, 2014 · 2 comments

Comments

@gunthercox
Copy link
Owner

ChatterBot has the capability to integrate with various social networking sites to learn from user input and also respond to input. Implementation has been specified for the following social platforms.

Twitter

  • Retrieve OAuth token for Twitter
  • Reply to direct messages

Communication

  • Create statements / replies based on statements learned from social media sites.
@kevin-brown
Copy link
Contributor

Right now you are using OAuth 1 for Twitter, though it's recommended to use OAuth 2 instead.

https://dev.twitter.com/oauth/application-only

Considering the other services listed here use OAuth 2, and act on individual users instead of the application, you may want to look into migrating to it.

@gunthercox gunthercox changed the title Social integration Twitter social integration Sep 12, 2015
@gunthercox
Copy link
Owner Author

Originally, I was also considering the creation of methods to retrieve data and interact with people through the APIs of Google+, Discus, and GitHub. I'm going to hold off on those for now until I can determine how well each platform will work as a potential source of training data and a medium for communication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants