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.
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')
Windows 10 64-bit using Chrome browser && Firefox ESR on Kali Linux 20.20.4 32-bit
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