wking / rss2email

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
http://pypi.python.org/pypi/rss2email/
GNU General Public License v2.0
268 stars 48 forks source link

question: where is stored the cached data in rss2email? #88

Closed monperrus closed 8 years ago

monperrus commented 8 years ago

where is stored the cached data for each feed so that a feed item is only sent once? in which working directory?

seanenck commented 8 years ago

When I've gone to find it, it's been here

$HOME/.local/share/rss2email.json
monperrus commented 8 years ago

Thanks