Eddine OMAR
Eddine OMAR
Hi @devgossips you can still run the program with the fix by compiling it yourself. Please perform the following instructions : - Clone the project locally : `git clone [email protected]:edd34/XiaoMiToolV2.git`...
Have you tried with "sudo" ?
I have found a solution here : ```python from pydrive2.drive import GoogleDriveFile GoogleDriveFile myfile = GoogleDriveFile() # here an instance of GoogleDriveFile myfile.metadata.get("exportLinks").get("text/html").text ``` This code snippet, gives you link...
Hi @arr00 @princerajcs , is this issue still up to date ?
Hi, I have pushed a fix for this issue @danbunnell Please try the solution I have suggested
Hi, @Mahsa-Bastankhah, if you want to query the ETH to USD price you can query the price on UNISWAP or KYBERSWAP. Use "DEFAULT" Venue if you want to query fiat...
A demo where I arb ETH/ZRX on Uniswap/Kyberswap https://youtu.be/0Yg_OdEhgNI
> @edd34 the greatest issue with the merge is that there are many videos and other content that reference the nodejs example endpoints, so changing this would break those links...
> @edd34 how can I get better at using the orfeed Package, Im new to programing but I understood mikes series very well and i want to explore any chance...
@mikedeshazer @jl887996 is this PR still relevant ?