An open API service indexing awesome lists of open source software.

https://github.com/manikantasanjay/stackoverflow_tag_generator_webcrawler

StackOverFlow Tag Generator Using a WebCrawler.
https://github.com/manikantasanjay/stackoverflow_tag_generator_webcrawler

crawler python

Last synced: about 1 year ago
JSON representation

StackOverFlow Tag Generator Using a WebCrawler.

Awesome Lists containing this project

README

          

# Python Mini Project-4
## Topic:StackOverflow Tag Generator using a Webcrawler
### Description:
It is a web crawler written in python3.5 which crawls the [stackoverflow website](http://stackoverflow.com/) and finds the most popular technologies at current point of time by getting the tags info of the latest questions by date asked on the website.

### Required python3 modules:
urllib3, requests, bs4, zlib, operator, os, sys.