DJTommek / better-location

Telegram bot for parsing and generating various of location formats.
https://t.me/BetterLocationBot
MIT License
7 stars 2 forks source link

Ingress - try to load Ingress portal #141

Closed DJTommek closed 1 month ago

DJTommek commented 2 months ago

Add option to enable try to load Ingress portal - when some coordinates is provided, then check if on these coordinates is Ingress portal and if so, add description (Prime link, Intel link, Portal picture).

This was already implemented a while back, but because external API is quite slow, I was forced to disable it by option in Config.

Since it is requested feature, add new chat-based settings option to enable this feature. By default it should be turned off.

DJTommek commented 2 months ago
alter table better_location_chat
    add chat_settings_try_load_ingress_portal tinyint(1) default 0 not null after chat_settings_show_address;