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.
- Host: GitHub
- URL: https://github.com/manikantasanjay/stackoverflow_tag_generator_webcrawler
- Owner: ManikantaSanjay
- Created: 2020-09-17T13:21:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T07:40:17.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T14:51:44.383Z (over 1 year ago)
- Topics: crawler, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.