🕷
Selenops
Welcome to Selenops, a stupid simple Swift Web Crawler.
This repository contains three ways to use Selenops:
- A Swift Playground
- A Swift Script
- A
🏃 Marathon Script
To know more about everything above, please refer to my blog here.
🕸
Installation
Download or clone the repo:
$ git clone [email protected]:zntfdr/Selenops.git
🕷
How to Run Selenops
- Swift Playground
Just open the.playground
package with Xcode. - Swift Script
MakeScript/Selenops.swift
executable:$ chmod +x Script/Selenops.swift
Run it:$ Script/Selenops.swift
. -
🏃 Marathon Script
Run it as any other Marathon script:$ marathon run Script/Selenops