Инструменты пользователя

Инструменты сайта


service:tinytinyrss

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
service:tinytinyrss [13.02.2019 14:54] – создано viacheslavservice:tinytinyrss [30.07.2024 19:21] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
 +==== Tiny Tiny RSS ====
 +https://tt-rss.org/\\
 +Установка: https://git.tt-rss.org/fox/tt-rss/wiki/InstallationNotes\\
 +Скачать: https://git.tt-rss.org/fox/tt-rss/releases
 +<code bash>
 +tar xzf 18.12.tar.gz --strip=1 -C /var/www/html/tt-rss/
 +chown -R www-data:www-data /var/www/html
 +mysql -u root -p -e "create database ttrss";
 +# Расписание обновления каналов
 +echo "# Tiny tiny RSS schedule" >> /etc/crontab
 +echo "*/30 * * * * www-data php /var/www/html/tt-rss/update.php --feeds --quiet" >> /etc/crontab
 +</code>
 +
 +==== Plugins ====
 +**Instagram**\\
 +https://github.com/wltb/ff_instagram\\
 +https://github.com/wltb/ff_instagram/archive/master.zip\\
 +Download the zip archive and unzip it into the plugins.local subdirectory of your Tiny Tiny RSS installation. Note that the directory containing init.php must be named ff_instagram, otherwise the plugin won't be loaded, so you may have to rename it after the unzipping.\\
 +After that, the plugin must be enabled in the preferences of Tiny Tiny RSS.
 +
 +==== RSS для Youtube ====
 +  * %%https://www.youtube.com/feeds/videos.xml?channel_id=CHANNELID (по ID канала)%%
 +  * %%https://www.youtube.com/feeds/videos.xml?user=USERNAME (по имени пользователя, например, GoogleRU)%%
 +  * %%https://www.youtube.com/feeds/videos.xml?playlist_id=YOUR_YOUTUBE_PLAYLIST_NUMBER (по плейлисту)%%
 +
 +http://www.tehpodderzka.ru/2015/10/rss-youtube-channel.html
 +
 +==== RSS для Twitter ====
 +%%https://twitrss.me/twitter_user_to_rss/?user=armbian%%
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki