Giter Club home page Giter Club logo

wordpressanalysis's Introduction

Tufts Wordpress Analysis

AT Fellows project. This is a Django Web Application that scrapes the rss feeds of the WordPress sites under sites.tufts.edu, and saves them to a database. A user can then view trends in the data and other visualizations from this website. There's a version currently hosted on http://tufts.herokuapp.com/wordpress

Link to Tufts University Wordpress sites : http://sites.tufts.edu/

Apps :

  1. wordpress - A WordPress analysis tool. Includes a management command to scrape WordPress sites under sites.tufts.edu and store the data in a database. Users can then analyze the data to see statistics such as site activity, wordcloud, etc from a browser. Note: The scraper aactually aggregates information from the rss feed of the blogs and not the html. Also it stores page data only from posts published within the last 6 months. You can change this setting in the code.

  2. rssfeed - A rss feed parsing API. You need to provide the url to an rssfeed and the backend will parse it and return a json containing the title of the feed, and word counts of the text in the feed. You can alter the code to get back more information. Usage example (on local machine): http://localhost:8000/?url=http://sites.tufts.edu/reinventingpeace/feed

Deploying on local computer. You can deploy this application on your computer either directly or through a python virtual environment. The later one is recommended.

wordpressanalysis's People

Contributors

wreckoner avatar

Watchers

 avatar

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.