Skip to content

Automating requesting for an answer on Quora

Notifications You must be signed in to change notification settings

BrechtCorbeel/Quora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Automating requesting for an answer on Quora

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%