Giter Club home page Giter Club logo

answer-automation0's Introduction

Python Selenium

automation0

A new project on web bots with selenium

The goal of this project is to automate answering multiple choice question answering by scraping answers from other site

Requirmnets

Have pip installed in your local machine and install the following packages by pip install command

The packages required are:

We need latest version of Chrome Web Driver for Web automation and It can be found here

External Downloads:

Explaination to the code

Context Explaination
Scrape() upto line 39 This function scrapes the solutions for multiple choice answers
Scrape() other lines Automating the job of finding correct option and clicking the multiple choice button
Difficulty Many websites use a random string for options which are not constant for all assignments(lines 77,87...)
Remarks The example site I have tested has many dropdowns which require different syntax (lines 60..)
flowchart LR
    A[Scrape the required website] --> B[Load the Web Driver]   
    B --> C[Automate for login and finding multiplechoice options]
    C --> D{answer is options}
    D -- Yes --> E(Click option)
    D --> |No| F(Dont Click)

This is a project to learn about bots and selnium and best use cases are for educational purposes

answer-automation0's People

Contributors

harisankar01 avatar

Stargazers

 avatar Athiban avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.