Anon is currently in private beta. To get access to start building on Anon’s platform, click here.

Introduction

The Anon Actions library provides a set of pre-built actions that you can use to automate tasks on connected accounts on popular websites like LinkedIn and Amazon.

For example:

  Post content on LinkedIn

  Search for products on Amazon

  Send a direct message on Instagram

The Actions library is open sourced and available on GitHub.

To use the actions library, you first need to connect your user account for each service using Anon Link (i.e. connect Amazon before running an Amazon action). See the quickstart to link an account.

Setup

Create an npm project:

npm init -y

Create a .npmrc file with the following content:

@anon:registry=https://npm.cloudsmith.io/anon/anon-sdk/
//npm.cloudsmith.io/anon/anon-sdk/:_authToken=YQtlU86MhKOXijPS
@npm:registry=https://registry.npmjs.org/

Install the Anon Actions library:

npm install @anon/actions

Running the Actions Library

See the Actions library for usage: https://github.com/anon-dot-com/actions#usage

Next Step