Recently I thought about creating a single news feed from everything I read. I saw options with all the happiness in the telegram, but I liked Pocket more.
Why? This guy downloads everything in a readable format and works fine on all devices, including the reader.
Anyone who is interested - welcome under cat.
Given: news feeds that I read: threatpost, habr, medium, one public with articles in vk.com, and 2-3 channels in a telegram.
')
The easiest option I found is to make RSS Feed (s) from all readable resources and integrate with Pocket.
A bit of theory about RSS, if suddenly someone has not come across this technology.
RSS (Rich Site Summary - enriched site summary) is a way to organize resource information in a lightweight XML format.
Looks like this<?xml version="1.0" encoding="utf-8"?> <rss version="2.0"> <channel> <title> </title> <link> </link> <description> <![CDATA[ <div> <div> </div> </div> </div> ]]> </description> </rss>
Information from RSS feed is downloaded in text format, with only the latest updates. Usually update takes 2 hours.
Moreover, RSS feeds can be aggregated with each other and receive from them a single news feed (a single RSS feed) from all the resources of interest.
For the integration of rss feed with my pocket, I found such a wonderful portal - ifttt.com - which allows you to customize applets for redirecting rss to the package with the ability to place tags for easier searching / sorting of articles.
Registration at ifttt.com is free.
Let's start with threatpost
Everything seems to be simple here. The resource has a rss channel link to which flaunts right at the very top of the page.

Just copy it (https://threatpost.ru/rss) and go with it to platform.ifttt.com.

1) “Try it now”.
2) We are registering, Company name -> Any
3) In the Applets tab, create a New Applet.

4) Trigger choose RSS feed

5) In our case, select the New feed item.

New feed itemWith each new entry in the RSS feed will add the news in your pocket.
New feed item matchesOnly with the specified sorting criteria will add an entry in the pocket
6) Visibility - set by you. And in the value of the insert rss resource.
You can also put customizable by the user. This will allow people who want to use your applet to put the value RSS Feed themselves.

7) Below select action (Add action). And add Pocket.

8) In the drop-down list, select a single item - Save for the latter.

Feed label URLIn this case, {{EntryUrl}} will be displayed as

Feed label TagsI advise you to remove IFTTT and FeedTitle and replace with {{EntryAuthor}}. Because FeedTitle is so catchy in every post, but the name of a specific author is probably important to me. In the end, in the pocket I can filter by authors, if they are interesting to me, and if they are not interesting, then just put the New feed item matches filter and select only interesting authors.

9) Enter the name, descriptor and forward (Save).
10) We are thrown to the page of the newly created applet. We scroll down and find.

11) "Turnim applet it." You will be transferred to a page with an applet, there we press the same button that is highlighted in the picture above and after a couple of seconds we see the inscription - Success, applet turned on.
ustomize by userIf you selected customize by user in paragraph 6, here you need to substitute a link to the Rss feed in the new menu, if not, then Success.
12) To view active applets click the
ifttt.com/my_applets link
, or in ifttt.com click my applets.
Habr
To integrate with habr we need rss of hubs / authors of interest to us. To get it, go to the hub of interest to us, open the tree house in the browser console and drive in the search for dom - rss.

Similarly, with a specific author who read.

Personally, after smoking rss out of all the hubs and people I read on the Habré, I have accumulated a few links. Therefore, the following tool was found - rssmix.com. We feed it into it, dividing it with the carriage transfer sign, all Habrovsky rss tapes of interest to us and generate a new, already comprehensive tape.

Further back to platform.ifttt.com and, personally, I created a new applet, so that you can hang your tags on each resource and pretty shove it in your pocket. But in principle, you can add everything through rssmix to the old rss channel in the previous applet.
Medium
Honestly, with the medium is the same as with habr. There is an option through the ready-made applet on ifttt.com, but I ripped out all the authors and interests of rss. And filtered in rss-> pocket applet ifttt.com.
VK.com
He waved longer than usual, but as it turned out everything is not so scary. As such, rss is not there, there are some generators of rss tapes in the style of vkrss.com, but with a pocket it is not good friends and besides it asks for more money. Fortunately found politepol.com.
The interface is funny. The principle is as follows.
1) Feed the link to the articles of the group -> go.
Where to get a link to articles of the vk groupEach article in vk has its own sufficiently readable link, in the style of vk.com/@mygroup-belarus-i-cvetenie-sakuri. Here is the beginning of the
mygroup link - this is what we need. Ie full link will be
vk.com@mygroup 2) Next, wait until the page with articles in VK is interesting to us.
3) See a similar picture.

4) Click on the title button and specify the title on the page (just click on any article title), the description button and specify where the description. Create -> done.
5) Copy the created link and again make the applet vk.com (rss) to pocket.
Telegram
And the last - telegrams channels. As a result, the logic will be - as everyone probably already guessed it - make another rss channel. To do this, use the services of telegram.me/crssbot. The bot can duplicate posts from your group in the rss feed. It must be added to the group as an administrator. Create a group with any name in the telegram, add the bot as administrator (follow the instructions).
Further rss feed will be available at -
bots.su/rss/your_channel_name . A general news feed of all users can be found at
bots.su/rss/all .
However, it would be nice to fill this channel with news, but there’s nothing to read. To do this, we will use the services of another bot, which will redirect news from all our channels to the newly created “rss-channel”.
It seems like there is a cool bot telegram.me/junction_bot, it has tags for each redirection, all sorts of filters in general are everything you want, but the redirection is paid. No good.
But there is such a great, free t.me/multifeed_bot (well, or as an option you can do yourself github.com/adderou/telegram-forward-bot) bot. Follow the bot's instructions, add @mirinda_grinder to the group as an administrator. We create redirection from readable channels to the channel we need and voila. The channel fills itself.
Then the usual steps to create an applet, tagging, filtering and everything is ready. Pocket fills itself, without your participation, while with tagging, filtering and synchronized on all devices you wish.