rsgalloway / instapaper

Instapaper Python API
79 stars 18 forks source link

support filtering/searching by tags #25

Open ajkessel opened 3 weeks ago

ajkessel commented 3 weeks ago

Instapaper now supports tags in addition to or instead of folders. Is there a way to search/filter by tags with the current code? Could a tags() method be added?

rsgalloway commented 2 weeks ago

OK that's great. Sure, I have no problem supporting this, but not sure I have time to implement it at the moment, would this be something you're interested in doing?

ajkessel commented 2 weeks ago

I'll take a look. I've implemented tags in my own code that relies in part on this module, so it shouldn't be too hard to incorporate here.

rsgalloway commented 2 weeks ago

perfect, thank you