Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

Is there a way to mass-star items in Google Reader?

share|improve this question
Out of curiosity, for what purpose? – ldigas Nov 21 '11 at 15:27

migrated from superuser.com Jul 24 '11 at 8:32

3 Answers

No there's no way to do so. Couldn't find any user scripts either

share|improve this answer

No, but the keyboard shortcuts of s (star) and j/k (next/previous) should make short work of it.

A keypress macro program (such as AutoHotKey) could make even shorter work of it.

share|improve this answer

You could mass star your items by using the API, downloading a list of items and starring them one-by-one in e.g. a Python script. If you exported the items you wanted starred as JSON you could use this script: https://gist.github.com/1342172 to star them (or the experimental web implementation), naming the file with the exported JSON entries starred-items.json.

There is no way to do it from within Google Reader that I know of.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.