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.
- Host: GitHub
- URL: https://github.com/bluzzi/discord-playwright
- Owner: Bluzzi
- Created: 2023-06-15T00:03:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T17:03:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T21:43:20.256Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=""
```