Skip to main content

Allows you to create browser automations with natural language

Project description

parsagon

Parsagon allows you to create browser automations with natural language. You can create automations that fill out forms, scrape web pages, and much more, all without writing code. Here's a brief overview of how to get started:

Requirements

To use Parsagon, you must have an up-to-date version of Google Chrome and Python >= 3.8

Installation

To get started, install the Parsagon python package:

pip install parsagon

Then run

parsagon setup

and copy-paste your API key when prompted.

You can view your API key by logging in and going to https://parsagon.io/settings

Usage

From command line:

# Create a program
parsagon create

# Run a program
parsagon run 'My program'

# List your programs
parsagon detail

# Delete a program
parsagon delete 'My program'

From Python:

import parsagon

# Create a program
parsagon.create('Go to https://www.google.com/. Type "the meaning of life" into the search bar and hit enter. Scroll down and click the "More results" button 3 times. Scrape data in the format [{"search result title": "str", "link": "link"}].')

# Run a program
parsagon.run("My program")

# Run a program multiple times
parsagon.batch_runs("My batch name", "My program", runs=[{"variable_name": "value1"}, {"variable_name": "value2"}, ...])

# List your programs
parsagon.detail()

# Delete a program
parsagon.delete("My program")

See the docs for more information.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parsagon-0.14.37.tar.gz (33.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parsagon-0.14.37-py3-none-any.whl (39.3 kB view details)

Uploaded Python 3

File details

Details for the file parsagon-0.14.37.tar.gz.

File metadata

  • Download URL: parsagon-0.14.37.tar.gz
  • Upload date:
  • Size: 33.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.1

File hashes

Hashes for parsagon-0.14.37.tar.gz
Algorithm Hash digest
SHA256 768c606c8f96a01c4b1fc6b3510c1214cffe9d8db7d9a186554cdacacc85eb05
MD5 7686531c5c11d3e4dc02a4db0aa542be
BLAKE2b-256 9878cbc2949851ef5091a519aefc97c92b94c0347a9626fae7aa7ae64ac2ab2e

See more details on using hashes here.

File details

Details for the file parsagon-0.14.37-py3-none-any.whl.

File metadata

  • Download URL: parsagon-0.14.37-py3-none-any.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.1

File hashes

Hashes for parsagon-0.14.37-py3-none-any.whl
Algorithm Hash digest
SHA256 ef1829b260d07f305e66f5ffb2076ce77d8f68e8608903221b13cfaa51a35d76
MD5 05ff31beead73308d200a3d9c0f07fc7
BLAKE2b-256 2401c37afb8a3e5def1f3288493d4d612815ddff25300c5446abb3bb47f51474

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page