Giter Club home page Giter Club logo

vkrss's People

Contributors

vslinko avatar woxcab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vkrss's Issues

VK Donut

Я подписан на VK Donut сообщества. Но в RSS нет сообщений оттуда.
Можно ли их получить?

The RSS does not catch up by any of RSS reader, nor any validator service

I have successfully containerized your PHP application and it works just fine.

But there is a problem: no RSS app/service nor validator accept PHP service output because:

  1. Response to request is too long to wait;
  2. No valid XML returned.

As far as I can understand. output is RSS 1.0-compatible. But I cannot actually check it since Feedly, Inoreader, or other RSS viewer app does not wait for response so long (it needs 5-10 sec to process request). And I cannot check returned contents for compatibility in W3C or any other validator service since they return The read operation timed out (Server timed out; misconfigured server?) error.

You can test my RSS service there:

Details https://rss.kenyawest.me:8082/api/vkrss/index.php?id=pizdos_tut&allow_embedded_video&count=10&owner_only&skip_ads&vkrss_access_token=vkrssaccesstoken

Публичный сервис?

Если кому известны публичные сервисы на основе этого кода (или другого), прошу поделиться. Заранее спасибо.

Make RSS feed from VK global search by hashtag (Vkontakte search results)

Will be good to have ability for create RSS feed from specific search results, as example - results for one or several hastags search, or global search by some text phrase.

Is this possible with current version of script? If no, can you implement generating rss feed from VKontakte search results?

Подтягивается мобильная версия

Добрый день!
Использую плагин для wordpress чтобы получать rss ленту из ВК.
У меня почему-то подтягиваются ссылки на мобильные версии контакта.
Можно ли как-то реализовать, чтобы ссылки всегда были на десктопную версию?

Репост в группе

Добрый день!
подтягиваю рсс из групп, но никак не отмечается, что это репост и нет ссылки на оригинал.
Это верное поведение?
Можно ли добавить ссылку на группу или ивент с которого сделан репост?

Undefined property: stdClass::$description

I get this error in vk2rss.php on row 527
I change this row:
case 'video': {
if (isset($attachment->video->restriction)) {
$video_text = $attachment->video->restriction->text;
} else {

  •                        $video_text = $attachment->video->description;
                      }
    
                  case 'video': {
                      if (isset($attachment->video->restriction)) {
                          $video_text = $attachment->video->restriction->text;
                      } else {
    
  •                        $video_text = isset($attachment->video->description) ? $attachment->video->description : '';
                      }
    

Bug: post dates

Старые посты выскакивают в ленте заново, когда там появляются новые комментарии.

[ENG]: Old posts that get new comments appear as new posts in feed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.