Skip to main content

A package to scrap Stackoverflow website

Project description

Scrap Stack Overflow

The project is to scrap stack overflow website.

Usage

This libary can be used when the key interest is to retrieve information from stackoverflow questions page.

The package has enums for each of the available stack overflow questions tabs and scrapes 50 questions per page

Sample codes

from scrapso import StackTab, ScrapStackOverflow

 #get questions from ACTIVE TAB
 st = ScrapStackOverflow(tab=StackTab.ACTIVE)
 #pagestart option is defaulted to 1, but pagination can be supplied
 data = st.scrap(100000, pagestart=2001)

 #to return the scrapped url
 st.scrapped_url

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scrap_stackoverflow-0.0.1.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distributions

scrap_stackoverflow-0.0.1-py3.8.egg (11.9 kB view hashes)

Uploaded Source

scrap_stackoverflow-0.0.1-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page