https://github.com/pfed-prog/quora
Automating requesting for an answer on Quora
https://github.com/pfed-prog/quora
python quora selenium-python web-scraping
Last synced: 6 months ago
JSON representation
Automating requesting for an answer on Quora
- Host: GitHub
- URL: https://github.com/pfed-prog/quora
- Owner: Pfed-prog
- Created: 2020-11-04T02:16:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T20:19:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T10:12:35.306Z (8 months ago)
- Topics: python, quora, selenium-python, web-scraping
- Language: Python
- Homepage:
- Size: 4.92 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quora
This repo is aimed at working with Quora Partners page.
The script uses specified login and password to send requests for an answer from the partners page.# How to run:
Windows:
```python
py quora.py
```
Linux Debian:
```python
python3 quora.py
```
Edit the line in the script with your password and email:
```python
my_bot = Bot('Email', 'Password')
```
# Tested on
Windows 10 64-bit using Chrome browser && Firefox ESR on Kali Linux 20.20.4 32-bit
# Installation
Selenium:
```bash
pip3 install selenium
```
Pip3 on Debian:
```bash
sudo apt-get install python3-pip -y
```
Webdrivers for Firefox:
https://github.com/mozilla/geckodriver/releases/tag/v0.28.0