passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
146 stars 21 forks source link

Implement unified management script to refresh/import feeds and user creation #4

Closed passiomatic closed 11 years ago

passiomatic commented 11 years ago

It would be handy to have a batch importer and user management script baked together the current refresh script. Something like:

Start a feed refresh:

./sweat refresh

Import all feeds in the OPML file:

./sweat import mysubscriptions.xml

Add new user:

./sweat setup -u username

See also issue #2.