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

implementation offer for tapswap livestream code extraction and submission #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TemoSulava
Copy link

This is a new feature, that will monitor the tapswap live video all the time and extract the code when it appears in the video. Then it will submit the extracted code to the submission api of tapswap. Currently the issue is that i couldn't get around to authorization part, when the code is submited the response is that the request is unauthorized, i didn't have enough time to check the auth implementation in your main code.

shamhi and others added 2 commits July 1, 2024 09:51
…ssion to the api, issue is that i couldnt stay authorized, you can fix it easily and this will be extra cool feature
@@ -17,6 +19,12 @@
from bot.exceptions import InvalidSession
from .headers import headers

import pytube
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this being imported if it is not being used anywhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants