srhinos / primelooter

A small python bot which automatically claims amazon prime gaming loot :D
GNU General Public License v3.0
50 stars 3 forks source link

[FEAT] Refactor for AsyncIO Support #8

Closed srhinos closed 1 year ago

srhinos commented 2 years ago

Is your feature request related to a problem? Please describe. We use sync playwrite and all our code is written syncronously but sync playwrite is just a wrapper for the async code and we can do more shit with that.

📝Describe the solution you'd like Rewrite everything to be coroutine safe and asyncio compatible. Also include some utilities to help ppl do asyncio stuff for maintainence

⚙️Additional context Add any other context or screenshots about the feature request here.

srhinos commented 2 years ago

This is a big issue that I won't tackle for a bit lol

srhinos commented 1 year ago

resolved in #33