xatkit-bot-platform / xatkit-twitter-platform

Send and receive messages from Twitter, and search or post Tweets.
Other
4 stars 1 forks source link

Add TwitterUtils file #4

Closed nerlichman closed 5 years ago

nerlichman commented 5 years ago

For now it is only used to detach the properties keys that until now were defined in TwitterPlatform.java file. It could also be used in the future to hold any other configuration needed if/when RTM functionality is added to the platform.

gdaniel commented 5 years ago

Hi @nerlichman, thanks for your PR, I don't think TwitterUtils should extend ChatUtils, the Twitter platform is not a concrete implementation of Chat platform. It will be fine if you remove the extends ChatUtils in TwitterUtils and remove the dependency to the chat platform in the pom.xml file.