package
2.10.0+incompatible
Repository: https://github.com/umputun/feed-master.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CleanText removes html tags and shrinks result.
CropText shrinks the provided string, removing HTML tags in case it's exceeding the limit.
NewTelegramClient init telegram client.
NewTwitterClient makes twitter notifier.

# Structs

BoltDB store.
Processor is a feed reader and store writer.
TelegramClient client.
TelegramSenderImpl is a TelegramSender implementation that sends messages to Telegram for real.
TwitterAuth contains keys and secrets for twitter API.
TwitterClient implements basic publisher of rss item to twitter.

# Interfaces

DurationService is the interface for reading duration from files.
TelegramNotif is interface to send messages to telegram.
TelegramSender is the interface for sending messages to telegram.
TweetPoster is the interface for posting Tweets to Twitter.
TwitterNotif is interface to send message to twitter.