https://github.com/draganaleksic99/multion-agent
A few simple examples of MultiOn autonomous web agent performing actions like following an account or posting on X using MultiOn Node.js SDK.
https://github.com/draganaleksic99/multion-agent
multion nodejs
Last synced: 3 days ago
JSON representation
A few simple examples of MultiOn autonomous web agent performing actions like following an account or posting on X using MultiOn Node.js SDK.
- Host: GitHub
- URL: https://github.com/draganaleksic99/multion-agent
- Owner: DraganAleksic99
- Created: 2024-07-16T23:51:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-03T23:31:59.000Z (about 1 year ago)
- Last Synced: 2025-03-08T22:46:21.744Z (7 months ago)
- Topics: multion, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiOn-Agent
A few simple examples of [MultiOn](https://www.multion.ai/) autonomous web agent performing actions like following an account or posting on X using MultiOn [Node.js SDK](https://docs.multion.ai/sdks/node).
[MultiOn agent demo](https://github.com/user-attachments/assets/b60a08de-b50c-4eb7-a2d0-22ab78deeb54)
> Demo of MultiOn autonomous web agent following an account on X.## Quickstart
### 1. Clone this repository
Run the following command to clone the repo:
```
https://github.com/DraganAleksic99/multion-agent.git
```### 2. Install dependencies
```
cd multion-agent
npm i
```### 3. Fill out secrets
```
cp .env.example .env
```### 4. Run an example
```
node examples/
```