A web scraper for google play store, sentiment analysis and recomendation system
- Create mongodb Cluster
- Create config/settings.py file
- Create a .env file
- Running python -m scraper.trends
Flow is the UI portion of the app, this is a svelte application
Mood is the backend and the portion of the app that performs analysis and storage. A simple django and drf application.
Is a simple python module that performs Google Play Store scrapping and saves data into mongodb collections.