You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.11 is much faster than previous implementations. I think that this along with using an asynchronous requests library could come close to matching the speed of Golang, at least for our particular use-case. On top of that, it would greatly reduce the complexity of setting up and using TorBot.
I'm going to start working on a branch to implement this for my own curiosity but I'd like feedback from any users, maintainers, etc. to see what you guys think. Support for gotor could be optional if enough of you think that it would be useful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Python 3.11 is much faster than previous implementations. I think that this along with using an asynchronous requests library could come close to matching the speed of Golang, at least for our particular use-case. On top of that, it would greatly reduce the complexity of setting up and using TorBot.
I'm going to start working on a branch to implement this for my own curiosity but I'd like feedback from any users, maintainers, etc. to see what you guys think. Support for gotor could be optional if enough of you think that it would be useful.
Beta Was this translation helpful? Give feedback.
All reactions