Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

andibraeu/timeline2rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

timeline2rss

a small php script to retrieve posts of facebook pages as rss feed, as facebook only provides a kind of inofficial way to get posts as rss feed.

additionally timeline2rss creates a valid title:

  • there's a newline in your posts. the first newline will be taken as separator between title and content
  • if there's no newline, the title will be taken from the content, you can specify the length

Prerequisites

Installation

  1. clone this repository to your web server
  2. change to the directory of your clone
  3. install the composer curl -sS https://getcomposer.org/installer | php
  4. install the dependencies with php composer.phar install
  5. configure the settings in tl2rss.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages