Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vimtor/steam-common-words
Minimalist web app to search the most common words used in the reviews of your favorite Steam games.
https://github.com/vimtor/steam-common-words
flask python steam steam-api steamworks
Last synced: 28 days ago
JSON representation
Minimalist web app to search the most common words used in the reviews of your favorite Steam games.
- Host: GitHub
- URL: https://github.com/vimtor/steam-common-words
- Owner: vimtor
- Created: 2019-02-05T20:18:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T22:32:23.000Z (almost 6 years ago)
- Last Synced: 2024-12-18T05:53:00.507Z (about 1 month ago)
- Topics: flask, python, steam, steam-api, steamworks
- Language: Python
- Homepage:
- Size: 5.64 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam Common Words
Minimalist web app that allows you to search the most common words used in the reviews of your favorite Steam games.## What I learned
I build this app with the intetion of improving my portfolio and skillset. On the process of building it, I learned:
- How to create a web applications with Flask
- Basic deployment using Google App Engine
- JQuery and some web experience (which I lacked)
- Improve further my understanding of Python## How it works
Search your favorite games on the search bar and let the auto-prediction help you.![Imgur](https://i.imgur.com/ipPj3Ma.png)
After a few seconds of selecting your game, the app will show you the most common words currently used in the reviews.
Their opacity will tell you their popularity.![Imgur](https://i.imgur.com/rhrN3Jn.png)