Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/abhinavxd/urban-bassoon int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
abhinavxd committed Sep 30, 2021
2 parents 22f674b + 4d79651 commit 573cc0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Fetches Youtube live chat messages with no authentication required.

## How does it work?
* The request for fetching live chat is created by parsing the HTML content.<br>
* Youtube API returns a 'continuation' in each response which is to be sent in next API request to receive new messages (skipping already sent ones)

* The request for fetching live chat is re-created by parsing the HTML content.
* Youtube API returns a `continuation` which is to be sent in next the API request to receive new messages and new continuation.

## Getting started
```go
Expand Down

0 comments on commit 573cc0c

Please sign in to comment.