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
Release history Release notifications | RSS feed
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 details)
Built Distributions
File details
Details for the file scrap_stackoverflow-0.0.1.tar.gz
.
File metadata
- Download URL: scrap_stackoverflow-0.0.1.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2366010e529c38ccc4e00a82019693099832583c4698b91c6e627137b0a4f2fe |
|
MD5 | 32ecb6128eefb9eec5ad82d3c21ba954 |
|
BLAKE2b-256 | 7b8b20a87c072d40696d2d03d11f66b0e0996e64a77bb1e0d4674b8f34074511 |
File details
Details for the file scrap_stackoverflow-0.0.1-py3.8.egg
.
File metadata
- Download URL: scrap_stackoverflow-0.0.1-py3.8.egg
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fade30eb2a69b9783f32080dd85742083f241d8f0e452402d4ae0a7534c4a9b8 |
|
MD5 | 3d6aa274391f5e79266138430a513788 |
|
BLAKE2b-256 | 9219a6f0b4073edf2569096bdedc6026c75c5ba4a330f4ca841b01181983c37d |
File details
Details for the file scrap_stackoverflow-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: scrap_stackoverflow-0.0.1-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3725bc569cc120e8e01f1d8052592bac41e95c24657281c997e5847884fd87c |
|
MD5 | 8e66e7855f503fa3a034f99255821390 |
|
BLAKE2b-256 | 82ae029626b94b49ae78d270f67dd7a51f450a0908a7a6ecf3cc5d0f8a64408b |