Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
A python script to extract answers to any question on Quora (Quora+ included)
- Host: GitHub
- URL: https://github.com/nitinn77/quora-plus-bypass
- Owner: NitinN77
- Created: 2022-01-01T15:28:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T18:16:46.000Z (over 1 year ago)
- Last Synced: 2024-11-06T23:40:32.926Z (13 days ago)
- Topics: bypass, python, quora, quora-scraper, scraping
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```