Harrison Schick

Results 11 comments of Harrison Schick

@ttodua, I was looking for a way to implement this too. I think that I discovered a possibility: In this line here, the script calls the handle_two_fa function: https://github.com/Voyz/ibeam/blob/3e0f79f4726538fdb69332c1db9fa5bded4bc6b1/ibeam/src/authenticate.py#L203 Where...

> Hey @Voyz, I tried this suggestion and received the following error: `Traceback (most recent call last): File "/srv/ibeam/src/authenticate.py", line 300, in handle_two_fa two_fa_code = two_fa_handler.get_two_fa_code() File "/srv/inputs/two_fa_handler.py", line 23,...

@ttodua I solved this problem by implementing a custom 2FA handler that uses the Telegram Bot API to prompt for the 2FA key, and waits for the response.

Hi @Voyz, I'd be happy to share. Here is the permalink to my handler: https://github.com/hschickdevs/ibeam/blob/384b3f5980be0f9ffe0161775e75edac24145e10/ibeam/src/two_fa_handlers/telegram_msg_handler.py I've also added here the ability to pass the 2FA challenge key to any of...

Hi @abtahizadeh! Thank you so much for the contribution and suggestion. I will definitely take this into account. I love this idea. Would you rather this be an optional parameter...

This is great advice @abtahizadeh ! I will update the issue once this is implemented. Stay tuned!

@abtahizadeh yea, we can do it this way! There are many ways to handle this issue

Hello again @abtahizadeh, I apologize as I've been very busy with my full-time work. I will try to add this feature this coming weekend (July 5-7). Thank you for your...

Writing this here for notes, this issue has been raised by another user of the bot. Here are their ideas: for indicator alerts: - use the provided interval to validate...

Hello there @abtahizadeh, I hope that you're still around. I ended up adding this feature on the heels of multiple user requests, and finally getting some time to maintain the...