It is a web crawler written in python3.5 which crawls the stackoverflow website and finds the most popular technologies at current point of time by getting the tags info of the newest questions asked on the website.
urllib3, requests, bs4, zlib, operator, os, sys
1: Download the repository to your machine
2: Change the directory to where you downloaded the crawler
3: Type the following command in a terminal to run the script:
python3 main.py