Skip to content

Download metadata and links for all Qlik community blog posts into an SQLite database and make it explorable through Datasette, deploy with Docker.

License

Notifications You must be signed in to change notification settings

RikardFahlstrom/qlik-community-blog-posts-scraper

Repository files navigation

Qlik community blog posts scraper


pre-commit Code style: black Checked with mypy

Download metadata and links for all Qlik community blog posts into a Sqlite database and make it explorable through Datasette, deploy with Docker

  • Find out the most viewed or liked blog post
  • Trending writers
  • Explore through SQL-queries

Installation and usage

Installation

  • Create a virtual environment with Python 3.5 or above
  • Activate virtualenv and install requirements.txt
  • Run python program.py in order to create qlik_posts.db

Usage

  • Create Docker image docker build -t datasette_qlikposts .
  • Run container docker run -d --rm -p 8081:8001 --name datasette_qlik datasette_qlikposts
  • Explore data at http://localhost:8081/

About

Download metadata and links for all Qlik community blog posts into an SQLite database and make it explorable through Datasette, deploy with Docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published