kakafarm
Results
2
comments of
kakafarm
> This can likely be accomplished by scraping the contributors of the repo viat the API (provided they added their signature via a GitHub PR) and then using that to...
This one also only adds the "unread" tag: ```elisp (defun update-a-different-feed-list-each-call () (let ((old-elfeed-feeds elfeed-feeds)) (setq elfeed-feeds (make-a-random-feed-list)) (elfeed-update) (setq elfeed-feeds old-elfeed-feeds))) ```