- Values being the unix timestamp that is used as the minimum entry date
Example:
```json
{
"https://example.org/feed1.rss": 0,
"https://example.org/feed2.rss": 0
}
```
## Running
When running it will ignore every entry older than the configured timestamp and post the rest to the selected account. After running the feed config is automatically updated with the timestamp of the latest entry to avoid duplication.