Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 701 Bytes

README.md

File metadata and controls

31 lines (29 loc) · 701 Bytes

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:

py quora.py

Linux Debian:

python3 quora.py

Edit the line in the script with your password and email:

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:

pip3 install selenium

Pip3 on Debian:

sudo apt-get install python3-pip -y

Webdrivers for Firefox: https://github.com/mozilla/geckodriver/releases/tag/v0.28.0