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

ENH: twitter.js: indicate retweets #199

Open
westurner opened this issue Jul 23, 2015 · 3 comments
Open

ENH: twitter.js: indicate retweets #199

westurner opened this issue Jul 23, 2015 · 3 comments

Comments

@westurner
Copy link
Contributor

An indication of retweets would be helpful.

@christianvuerings
Copy link
Owner

@westurner currently we scrape the data since we want to avoid our users having to generate oAuth tokens. So basically this would be an option that we need to pass to our scraper: https://github.com/christianv/twittery

@westurner
Copy link
Contributor Author

How would is_quote_status / retweeted, in_reply_to data be accessed from the templates?

@christianvuerings
Copy link
Owner

Because the scraper would provide those properties. If you prefer to go through the API you could e.g. always write your own service - e.g. twitterAuthenticatedService.js which would consume an API token.

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

2 participants