Skip to content

Commit

Permalink
Merge pull request #1 from bolubee101/main
Browse files Browse the repository at this point in the history
sync with main
  • Loading branch information
Xavier577 committed Oct 26, 2022
2 parents c3ecda3 + 2644404 commit ac69c0a
Show file tree
Hide file tree
Showing 17 changed files with 610 additions and 12,458 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node --experimental-wasm-threads src/app.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ yarn test
- The bot running in a loop(cron job) would listen for its mentions.
- For any mention found, it checks firstly for if it has attended to this mention before. If it has, it ignores the mention
- If it hasn't attended to this mention before, it checks the DB if it has been mentioned on that song before. If it has, it uses the same response from before.
- If it hasn't been mentioned to the video before, it converts the video to the required format and makes a request to the shazam API to recognize it.
- If it hasn't been mentioned to the video before, it converts the video to the required format and makes a request to the [Rapi API's shazam API](https://rapidapi.com/apidojo/api/shazam) to recognize it.
- Depending on the response from shazam(or whatever service integrated) it replies the at with the relevant reply.

![whatsongishere-in-action](https://user-images.githubusercontent.com/32003376/194798089-b033de58-4885-4ca8-ae8d-132ce02e100a.jpeg)
Expand Down

0 comments on commit ac69c0a

Please sign in to comment.