I'm interested in automatizing reverse image search. Yandex in particular is great for busting catfishes, even better than Google Images. So, consider this Python code: import requests import webb...
Работаю с Yandex Maps API (React, YMap). Хочу получить текущие границы окна пользователя (видимую область карты). Пробовал использовать mapInstance.getBounds (), но иногда этот метод недоступен (...
I'm trying to block yandex from my site. I've tried the solutions posted in other threads but they are not working so I'm wondering if I am doing something wrong? The user-agent string is: Mozi...
Another solution that I came up with is to parse HTML code of webpage and pull out download buttons using BeautifulSoup. But it seems like to protect websites from potential attacks many developers set CAPTCHA protection. Hence the only proper way to do it without violating any rules is to use API requests. The official YANDEX webpage describes in deets how to do it. Check https://yandex.com ...
I waited for over 1 day, while it's still saying "MX records for this domain have not been set up". Then I moved my domain from GoDaddy to Yandex, i.e. change the DNS server of my domain to dns1.yandex.net and dns2.yandex.net, and waited another 2 days, the message remains. But it doesn't block sending and receiving emails, I also added another emails accounts of my domain, it works perfectly ...
Yandex is a technology company that builds intelligent products and services powered by machine learning. Our goal is to help consumers and businesses better navigate the online and offline world. Since 1997, we have delivered world-class, locally relevant search and information services.
I successfully generated an access token but now I can't use it. Sadly there is no official yandex node library for using the API. There are 2 unofficial npm module that will only work with a serve...
import android.app.Application; import com.yandex.mapkit.MapKitFactory; public class MainApplication extends Application { @Override public void onCreate() { super.onCreate(); MapKitFactory.setLocale("YOUR_LOCALE"); // Your preferred language. Not required, defaults to system language MapKitFactory.setApiKey("YOUR_API_KEY"); // Your generated API key } } when i add the same code it give me ...
Пытаюсь подключить яндекс карты на свою страницу, для получение координат по клику по карте и добавления маркера. Чтобы в дальнейшем вбивать их в форму и отправлять данные. Никак не могу сообразить...