Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fortunesmith authored Jan 7, 2025
1 parent 6435334 commit 09e2253
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ pip install -r requirements.txt

## Usage

1. Set the environment variable `WEBEX_ACCESS_TOKEN` to the service app access token generated in the [Getting Started](#getting-started) section.
2. Run the app:
1. In the `.env.sample` file, set the environment variable `WEBEX_ACCESS_TOKEN` to the service app access token generated in the [Getting Started](#getting-started) section.
2. Rename `.env.sample` file to `.env`.
3. Run the app:

```bash
flask run
```

3. Open a browser and navigate to `http://localhost:5000/` to access the app.
4. Create a new meeting by entering the meeting details and clicking the `Create Meeting` button.
5. Create meeting join links for the meeting by entering a guest display name and clicking the `Create Join Link` button.
6. Copy the join links and share it with each of the guests.
4. Open a browser and navigate to `http://localhost:5000/` to access the app.
5. Create a new meeting by entering the meeting details and clicking the `Create Meeting` button.
6. Create meeting join links for the meeting by entering a guest display name and clicking the `Create Join Link` button.
7. Copy the join links and share it with each of the guests.

0 comments on commit 09e2253

Please sign in to comment.