Skip to content

TheDumbfounds/Scrapo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This was solely an experimental project and is not meant for development use.


Installation

A guide on running the scripts is soon to come.


Basic Usage

Initialize the Browser you want to use:

Syntax:

BROWSER="BROWSERNAME"

Currently supported browsers: "CHROME"



Comments

Syntax:

# Singleline Comment
/
Multiline Comment
/

Open a Website

Syntax:

OPEN "urltowebsite"


Click on Elements

Syntax:

CLICK[index] CLASS/ID "class/id name"

Note: If no index is provided, it will automatically be set to 0.

Example:

CLICK CLASS "readmore-btn" # Index set to 0
CLICK[2] CLASS "figures" # Index is 2

Remove Elements

Syntax:

REMOVE[index] CLASS/ID "class/id name"

Example:

REMOVE CLASS "readmore-btn"

About

Web Automation DSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages