An open API service indexing awesome lists of open source software.

https://github.com/bluzzi/discord-playwright

Example of connection and navigation on Discord with the Playwright library.
https://github.com/bluzzi/discord-playwright

Last synced: 2 months ago
JSON representation

Example of connection and navigation on Discord with the Playwright library.

Awesome Lists containing this project

README

          

# Discord Playwright
Example of connection and navigation on Discord with the Playwright library.

## Installation
Install the dependencies using one of the following commands:
```sh
npm install
```

```sh
yarn install
```

```sh
pnpm install
```

Create a .env file at the root of the project and add the following environment variable:
```php
DISCORD_TOKEN=""
```