Skip to content

used knowledge, skills, and technologies: docker, tornado web server, http-requests, bs4 parsing, sqlite and db management, cryptography (rsa, salt-hashing), front-end (html/css/bootstrap3/jquery/d3),

Notifications You must be signed in to change notification settings

dosatos/url-parser-word-cloud

Repository files navigation

Running the Tornado URLWordCloud example app

This demo is a simple app displays WordCloud using most common 100 words fetched at a given URL. The app uses SQLite to store salt-hashed and encrypted words and their frequencies.

If you have docker and docker-compose installed, you can use "docker build -t octopus_app ." to install the preqrequites and "docker-compose up" to run the app.

The app has two pages: "/" - index.html that generates the Word Cloud "/admin" - admin.html that shows stored word-frequency pairs

About

used knowledge, skills, and technologies: docker, tornado web server, http-requests, bs4 parsing, sqlite and db management, cryptography (rsa, salt-hashing), front-end (html/css/bootstrap3/jquery/d3),

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published