Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with main #1

Merged
merged 7 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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