background preloader

RSS

Facebook Twitter

Agrégateurs RSS

Générateurs RSS. Filtrer, automatiser et mélanger les flux RSS. RSS Circus : veille stratégique, intelligence économique, curation, publication, Web 2.0. Obtenez des flux RSS sur les réseaux sociaux et le web 2.0. Vous souhaitez être efficace et autonome dans votre veille stratégique ?

Obtenez des flux RSS sur les réseaux sociaux et le web 2.0

Afin de bien organiser la collecte automatique des sources à surveiller, il est fort probable que vous soyez amené à chercher le RSS d’un site. Retrouvez sur cette page les différents moyens d’identifier les flux des principaux médias sociaux, moteurs de recherche et CMS. Depuis plusieurs années, il devient de plus en plus difficile de s’abonner via un fil de syndication à des sites en ligne, des blogs ou des réseaux sociaux.

Certains, comme Twitter et Facebook (j’en parle ici), décident tout bonnement de couper la possibilité native d’obtenir un flux. D’autres choisissent de ne plus mettre en avant le suivi des actualités via un bouton identifiable. L’intérêt majeur de réaliser une veille grâce aux flux RSS est sa centralisation au sein d’un agrégateur (Inoreader, Feedly, Netvibes, etc.) afin d’optimiser le temps passé à collecter l’information. Cette liste n’est pas exhaustive et est vouée à évoluer. Dailymotion. Best RSS Reader for iOS, Android, Mac, Windows & Linux. Comment surveiller efficacement Instagram grâce aux flux RSS ?

Depuis juin 2016, il n’est plus possible de créer des flux RSS d’Instagram via websta.me. En cause, un changement de l’accès à l’API du réseau social. Fort heureusement, QueryFeed vient d’annoncer ce lundi l’ajout de cette fonctionnalité. Présentation. Pour utiliser le service, rendez-vous tout en bas de la homepage de queryfeed.net. Point non négligeable : la création de flux est gratuite, ne nécessite ni d’être inscrit à Instagram ou QueryFeed (puisque l’outil parse simplement des pages HTML). Vous pouvez constituer des flux pour surveiller 3 types de photos : publiées par un compte ;comportant un hashtag ;émises depuis un lieu précis (géolocalisation). Read RSS Feeds to your Kindle. Kindle is a fantastic device which makes it easy to read long form text.

Read RSS Feeds to your Kindle

It is way more easier on the eyes compared to other mobile or tablet devices which have LCD screens. I wanted to read RSS feeds on my kindle but I could not find a service that was good enough to automatically deliver RSS feeds daily to my kindle device. Unable to find anything, I decided to build a service that solves this problem. I am happy to announce that ReadonKindle is live now and you can use the service as well starting today. Just follow the steps below to sign up and start receiving your daily kindle magazines: 1. Go to and click on signup. 2. Find your kindle address at the timezone and daily delivery time of your kindle digest.Add your gmail email address to the kindle verified email list. How to Create Twitter RSS Feeds for Better Prospecting. Do you use Twitter to find prospects?

How to Create Twitter RSS Feeds for Better Prospecting

Looking for a better way to organize relevant conversations? You can use your favorite RSS reader to monitor customized Twitter searches, Twitter lists, and hashtags that relate to your business. In this article, you’ll discover how to set up RSS feeds to easily monitor and manage a steady flow of Twitter leads. Discover how to to set up RSS feeds to easily manage Twitter leads. Listen to this article: Listen now: Play in new window | Download Why Create RSS Feeds From Twitter Among social networks, Twitter has some major advantages to the social seller. Many marketers find Twitter’s web interface and mobile app to be less useful for mining opportunities, however.

Here are step-by-step instructions for setting up Twitter timelines and organizing them into RSS feeds for maximum lead generation efficiency. #1: Create Targeted Twitter Timelines Create and Save Twitter Advanced Searches Twitter advanced searches can be goldmines to social sellers. Run the script. Socialize Your Feed with Automation - FeedPress. RSS feeds have long been a staple as a means of transportation with respect to syndicated content on the web.

Socialize Your Feed with Automation - FeedPress

This week, I’m going to show you how you can automate the publishing of your blog and podcasts to various social media networks, all within FeedPress. Supporting Facebook, Twitter, Buffer, and App.net, we cover most of your bases. In fact, if there’s something that needs to be posted elsewhere, you Buffer is a great solution for you, since they support posting to even more social networks. In addition to sending posts from my feed everywhere, I can control the presentation of the information that’s being sent out. For example, below are special variables FeedPress allows you to enter.

${feed} –> contains the title of your feed. Make an RSS Reader with Xojo…in 26 lines of code. You have heard it many times: coding with Xojo is not just powerful and fun, it is fast, really fast!

Make an RSS Reader with Xojo…in 26 lines of code

This is thanks to the fact that you have at your disposal the powerful Xojo Framework, with a lot of classes ready to use doing the hard work behind the scenes. In fact, this article shows you how can create a multi-platform RSS Reader…writing just 26 lines of code! It won’t be an RSS Reader with all the bells and whistles – 26 lines of code does have its limits. But you will learn how useful some of the available Xojo classes are, and you can use the code as the starting point for your own more dazzling RSS Reader. Ready? HTTPSocket, the class to talk HTTP Undoubtedly, HTTPSocket is the main class we are going to use in this tutorial. But before that, and as you can read in the documentation available about the HTTPSocket, this class allows us to receive and send information using the HTTP protocol. Dim http as new HTTPSocket dim feedXML as string = http.get(" 30) The RSSReader Class.