Giter VIP home page Giter VIP logo

ffcrawler's Introduction

This project is created to backup feeds and documents on friendfeed.
But the intention is to do more than that.

updater.php
-----------
Download the latest entries in JSON format using ff API. Inserts entries and
all of their sub-properties into FFDB. Stops when the number of changed entries
gets below a certain threshold.

Sources of feeds are kept in source relation (table) of FFDB.

file_downloader.php
-------------------
Downloads the files from the files relation of FFDB. After downloading,
determines the type of the file and inserts the info into BooksDb. Keeps track
of what is already downloaded and what is not.

FFDB.php
--------
Provides a basic data model for the database operations on FFDB. FFDB stores
the FF related data, such as entries, comments, feed sources etc.

BookDb.php
----------
Provides a basic data model for the database operation on BookDb. BookDb stores
the data over actual books, such as author, title, language, filename etc.

credentials.php
---------------
Required credentials to connect to FF API, namely username and remote_key (
https://friendfeed.com/remotekey ).

config.php
----------
Condiguration options, e.g., download directories, db filenames.

ffdb.dat
bookdb.dat
----------
Sqlite databases for ff entries and books.

db_*_schema.sql
---------------
SQL schema file for the specified DB.

db_*_intial.sql
---------------
Initial sql queries that should be run on the specified DB before first use.

ffcrawler's People

Contributors

eminaksehirli avatar

Stargazers

 avatar

Watchers

 avatar tolon avatar

ffcrawler's Issues

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.