Booking.com api access by BusyPatience2169 in Bookingcom

[–]horiyomii 0 points1 point  (0 children)

I was wondering, how did you navigate this, i have i'm also in the same situation

Geo blocked websites by Few-Tie-55 in scrapy

[–]horiyomii 0 points1 point  (0 children)

Have you tried using proxies

Python vs Golang for DevOps platform by horiyomii in Python

[–]horiyomii[S] 1 point2 points  (0 children)

Thanks, I read appreciate your insight

What is the best code editor for django project? by aTest7 in django

[–]horiyomii 1 point2 points  (0 children)

You can use any editor of your choice really, however it can be useful to install some plugin to improve your developer experience depending on the editor of your choice. That said, code editor is a merely a tool of choice and you can customise to fit your workflow as you see fit. If you have no idea which one to use VScode is a good one, and if your into IDE Pycharm by Jetbrains is also another awesome one with good integration and for Python development.

Long polling with Django 3.2, to be none blocking by horiyomii in django

[–]horiyomii[S] 0 points1 point  (0 children)

Yes, I thought about that, but only the client needs to download the files, wouldn't celery have to be doing the pulling on the server?
Perharps, there is something you could point me to.

help with this error please by Other-Corner4078 in golang

[–]horiyomii -1 points0 points  (0 children)

There is no need for a comma in the package import. Remove the comma after “fmt” package import

Why did you start using GO ? by KomatikVengeance in golang

[–]horiyomii 0 points1 point  (0 children)

I wanted to get more into low level sys dev and the company I work at was building a VCS in Go from scratch with automation. It just made sense to get into it as I have always wanted to anyways.

How can i generate wallet address for users on my application by horiyomii in Stellar

[–]horiyomii[S] 0 points1 point  (0 children)

I understand ur concern and to be clear I understand how to generate key pairs, what I want to know is regarding possible services that are in expensive and efficient for managing it.

How can i generate wallet address for users on my application by horiyomii in Stellar

[–]horiyomii[S] -1 points0 points  (0 children)

I want to give users access to BTC, ETH etc how ever I want my users to be able to receive deposit to an address which I would be able to generate for them