Skip to content
/ RSSGrab Public

A tool for crawling rss feeds on a regular basis

Notifications You must be signed in to change notification settings

milost/RSSGrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSSGrab

This project uses Python 3.5.1

Project Setup

  1. Checkout project via git

  2. Install Anaconda

  3. Create a new environment using anaconda and the environment.yml

    conda env create -f environment.yml

  4. Activate your the environment

    source activate rssgrab

  5. Start the backend

    python server.py

  6. Start the client

    1. If you haven't done so already

    2. Switch directory

      cd client

    3. Install npm modules:

      npm install

    4. Install bower dependencies

      bower install

    5. Start the client

      gulp serve

    The client application is located under client/app

Links and useful resources

About

A tool for crawling rss feeds on a regular basis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published