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

Replace Twisted with a native Python library #382

Closed
hANSIc99 opened this issue Apr 3, 2019 · 2 comments
Closed

Replace Twisted with a native Python library #382

hANSIc99 opened this issue Apr 3, 2019 · 2 comments

Comments

@hANSIc99
Copy link

hANSIc99 commented Apr 3, 2019

I'm working on an app (Pythonic) which enables you to create your own trading bots very easy.
Because I also use the python-binance for communication with the exchange, I figured out that the installation process often failes because of the depency twisted (it requires a compiler and some source files on the target system).

Is it possible to replace twisted with some native Python code?

@globophobe
Copy link

Twisted is a dependency for autobahn, which is for websockets.

@hANSIc99
Copy link
Author

Nice to see!
I made my own trimmed version now containing only
the REST-api for my project:
https://github.com/hANSIc99/pythonic-binance

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

No branches or pull requests

2 participants