This file contains the spec of Vkontakte-to-RSS feeder application. Components:
- The App should be a non-interactive console application, input is taken via command-line arguments, output goes to standard output.
- Appliction should accept the following command line arguments:
- Vkontakte login credentials: username + password, other VKHS options via
--vkhs-options
option. - Vkontakte group ID to query posts from, See
GroupId
.
- Vkontakte login credentials: username + password, other VKHS options via
- After launch, application should convert Group posts to RSS entries of the feed and print resulting XML to the stdout.
- Nix should be used to wrap the application into intetd-like service.
- Find a way to convert RSS-encoded query into Vkontakte query. Return posts according to query results.
- One should provide test account