Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 615 Bytes

File metadata and controls

22 lines (14 loc) · 615 Bytes

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()