devvratmiglani / StackOverflow-KeepGrabber

A Python script to store the recent questions uploaded on StackOverflow as a csv file, can be used as a training dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackOverflow-KeepGrabber

A Python script to store the recent questions uploaded on StackOverflow as a csv file, can be used as a training dataset.

How it looks

What about the data it grabs: ---> title,markdown,tag1,tag2,tag3,tag4,count_answers

How csv looks Sample csv is in repository

Okay let's not exploit it, it is only for educational purposes!

Setup

pip install bs4

then to run:

python -u /path/to/KeepGrabbing.py

Some change can be made to the KeepGrabbing.py to grab even more!

About

A Python script to store the recent questions uploaded on StackOverflow as a csv file, can be used as a training dataset.

License:MIT License


Languages

Language:Python 100.0%