#typescript#ai_bot#bot#http_api#python_bot#whatsapp#whatsapp_api#whatsapp_automation#whatsapp_bot#whatsapp_chat#whatsapp_web#whatsapp_web_api
You can quickly set up WAHA, a WhatsApp HTTP API, on your own server using Docker in just a few minutes. It lets you send and receive WhatsApp messages (text, images, videos, voice) through simple HTTP requests, automating WhatsApp communication without limits on message volume or time. You start by running the API, creating a session by scanning a QR code with your phone, and then sending messages via API calls. This gives you full control, privacy, and flexibility to integrate WhatsApp messaging into your apps or services easily, without relying on third-party SaaS platforms[1].
https://github.com/devlikeapro/waha
# The standard string repr for dicts is hard to read:
»> my_mapping = {'a': 23, 'b': 42, 'c': 0xc0ffee}
»> my_mapping
{'b': 42, 'c': 12648430. 'a': 23} # 😞
# The "#json" module can do a much better job:
»> import json
»> print(json.dumps(my_mapping, indent=4, sort_keys=True))
{
"a": 23,
"b": 42,
"c": 12648430
}
# Note this only works with dicts containing
# primitive types (check out the "pprint" module):
»> json.dumps({all: 'yup'})
TypeError: keys must be a string
История(12м) как в Альфа-Банке сокращали размер JSON файла, который передается на устройство для работы SDUI. Решением стала шаблонизация для отказа от одинаковых блоков UI с разными данными
#оптимизация#json
¿Que puede hacer este bot?
@apimaniaBot
Con éste bot puedes crear PDF a partir de páginas web, convertir texto a imágenes, convertir tablas HTML a json y mucho más
Idioma: español
(Visto en @botsgram_cu)
#pdf#web#texto#imágenes#hrml#json