Skip to content

Golang tool to convert an RSS feed into a log file on entries

License

Notifications You must be signed in to change notification settings

mackenzie-remote/tl2t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tl2t

Internal project to convert an entries in an RSS feed into loglines in a per-category log file.

Help

Usage of tl2t:
  -categoriesregexp string
        Default categories regexp (default "Foo|Bar")
  -feedurl string
        Default feed URL (default "https://localhost/invalid")

Usage

$ ./tl2t -feedurl https://kevq.uk/feed.xml -categoriesregexp "Newsletter"
$ cat logs/newsletter
Craving Coffee 06 - Do What You Love
Craving Coffee 05 - Should I Kill This Newsletter?
Craving Coffee 04 - Simplicity Vs Complexity

About

Golang tool to convert an RSS feed into a log file on entries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages