Skip to content
View oglama's full-sized avatar

Block or report oglama

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oglama/README.md

Oglama - Private web automation

Installation

🧰 Command-line interface

You can run Oglama from any CI/CD pipeline or command-line interface.

npm install oglama
npx oglama --help

Alternatively, you can use node ./node_modules/oglama/dist/bin.js --help instead of npx oglama --help for a faster response.

✨ Latest release

Create an account at Oglama and follow the on-screen instructions.

📦 Older release

To install an older version, visit the Releases page and download the appropriate installer.

🌙 Nightly build

To run the latest (unreleased) version of Oglama, clone this repository and run the following commands:

git clone https://github.com/oglama/oglama.git .
npm install
npm start

Creating modules

Building Oglama modules is easy:

  1. Visit the Oglama SDK Reference
  2. Download the sample module and import it into Oglama
  3. Start experimenting with dollar-sign methods - the integrated editor features auto-complete and code hints

Popular repositories Loading

  1. oglama oglama Public

    Private web automation

    JavaScript 6

  2. oglama.github.io oglama.github.io Public

    Private, community-driven web automation

  3. dos dos Public

    Screen drawing for content creators

    JavaScript