Class RedditPostForwarder

java.lang.Object
io.github.yvasyliev.forwarder.telegram.reddit.service.RedditPostForwarder
All Implemented Interfaces:
PostForwarder

public class RedditPostForwarder extends Object implements PostForwarder
Fetches new links from Reddit and forwards them to a Telegram chat.
  • Constructor Details

  • Method Details

    • forward

      public void forward()
      Description copied from interface: PostForwarder
      Fetches posts from a source and forwards them to a Telegram chat.
      Specified by:
      forward in interface PostForwarder