Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NitinN77/quora-plus-bypass

A python script to extract answers to any question on Quora (Quora+ included)
https://github.com/NitinN77/quora-plus-bypass

bypass python quora quora-scraper scraping

Last synced: about 2 months ago
JSON representation

A python script to extract answers to any question on Quora (Quora+ included)

Awesome Lists containing this project

README

        

# quora-plus-bypass

A python script to extract answers to any question on Quora (Quora+ included)

## Requirements

- Python 3.x

## Usage

```bash
git clone https://github.com/VoidlessVoid7/quora-plus-bypass
cd quora-plus-bypass
pip install -r requirements.txt
python main.py
```

### Optional Arguments

Generates and writes the output to a text file.

```bash
python main.py -txt
```

Generates and writes the answers to a json file

```bash
python main.py -json
```