This application uses pytrends to connect to Google Trends. Users are able to type a query
into the search box and pull data from Google Trends into MongoDB. When a users clicks on the
new hyperlink they are taken to a new page where they can view the 5 year interest trend for that
query on the internet. Each query is stored permanently in the MongoDB and can be viewed after
the application has been closed and re-launched.
The entire application is contained in Docker containers, eliminating the need to install any dependencies outside of Docker. Follow the instructions and example below to see how it operates.
- Install docker
- Clone repository to desktop (or another easy location)
- https://help.github.com/articles/cloning-a-repository/
- Note: If downloading ZIP ensure folder name is "Trends" and not "Trends-master", rename if necessary.
- Build and run docker image/container
- Open a command prompt
- Navigate to "Trends" folder example:
cd C:/Users/YourName/Desktop/Trends - Type
docker-compose -f Docker-compose.yml up -dinto prompt and hit enter
- Navigate to application
- Click this link http://localhost:8000/
- Click on collection link or add new search
- Type query into text-box on screen
- Click new hyperlink with query results
- Navigate back to homepage for new query
Starting screen...
Type query into text box...
Press submit...
Click hyperlink and analyze results...