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

Refactor code of TimeLine.java #1244

Open
vibhcool opened this issue Jun 13, 2017 · 1 comment
Open

Refactor code of TimeLine.java #1244

vibhcool opened this issue Jun 13, 2017 · 1 comment

Comments

@vibhcool
Copy link
Member

vibhcool commented Jun 13, 2017

  • Issue type: Feature request

At present

Timeline iterates MessageEntry(super class of TwitterTweet object that stores tweet's data) objects.

Issue

MessageEntry is specialized for TwitterTweet, so it can't be used for other scrapers. So Post class is used to solve the purpose. All Scraper objects store different type of data, so Timeline can't be used to iterate the objects of other scrapers. For that more generalized Post objects shall be iterated instead of MessageEntry object.

I want to propose to refractor the Timeline.java code to be able to iterate Posts objects.

EDIT 1: Added more explaination

@vibhcool
Copy link
Member Author

@sudheesh001 sudheesh001 changed the title Refractor code of TimeLine.java Refactor code of TimeLine.java Jun 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant