Andrei Zgîrvaci

Results 24 comments of Andrei Zgîrvaci

Currently, I have commented on the buying and selling functions because it comes with a risk and I don't want to enable them by default. ccxt does allow for placing...

did you do any changes in the code or update the echangesData variable?

To be honest, I don't really remember what those numbers mean. But, I think it has to do with some exchange fees. I think it's safe to remove those lines.

> As I mentioned earlier in [#70 (comment)](https://github.com/codota/tabnine-vscode/issues/70#issuecomment-798981147), this problem is not fixable without modifying vscode's code itself. Emmet has a similar feature and it seems they manage to solve...

You can achieve that by passing the `ListHeaderComponent` in the `options` props like so: ```jsx

Hi, I was looking into possibilities like this when I wanted to make this bot, unfortunately, I don't know how to solve the captcha issue. But you are more than...

You would probably use [Request](https://requests.readthedocs.io/en/master/) module to make requests to an external API. If you want to scrape websites you can use [Scrapy](https://scrapy.org) module. Give it a try and see...

So does it login into the twitch?

You can add additional code or a sleep timer here: https://github.com/MD3XTER/Twitch-Farmer/blob/c7692874b70798b8fa089857b2427fe9763b19ba/twitch_farmer.py#L103

Try to update drivers/chromedriver_linux64 with a new chrome version for your OS.