FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Amazing-Python-Scripts/AskUbuntu-Scraper at main · Carl283583/Amazing-Python-Scripts · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Ask Ubuntu

Scrape questions, views, votes, answer counts, and descriptions from Ask Ubuntu website regarding a topic

Create an instance of AskUbuntu class.

questions = AskUbuntu("topic")
Methods Details
.getQuestions() Returns the questions, views, votes, answer counts, and descriptions in JSON format

Example

que = AskUbuntu("github")
scrape = que.getQuestions()

Back | FazBrowse Home | New Git URL