n8n — масштабируем получение SMS и уведомлений с нескольких (десятков) SIM-карт одновременно

TL;DR Автор в прошлой статье настроил Telegram-чат, куда несколько смартфонов скидывают пуши с помощью MacroDroid и/или Tasker. Проблема в том, что смартфоны брали на себя слишком много работы. Что, если они будут тонкими клиентами, которые шлют сырые данные на сервер, где уже происходит вся обработка и рассылка? Автор делится workflow и конфигурацией для n8n, которые позволяют это реализовать в режиме "Быстрого старта".

https://habr.com/ru/articles/981276/

#n8n #telegram #telegram_bot #macrodroid #tasker #javascript #typescript

n8n — масштабируем получение SMS и уведомлений с нескольких (десятков) SIM-карт одновременно

TL;DR Автор в прошлой статье настроил Telegram-чат, куда несколько смартфонов скидывают пуши с помощью MacroDroid и/или Tasker. Проблема в том, что смартфоны брали на себя слишком много работы. Что,...

Хабр

Настройка смартфонов для пересылки SMS и уведомлений в Telegram

TL;DR Автор настроил Telegram-чат, куда несколько смартфонов скидывают пуши с помощью MacroDroid и/или Tasker. Пособие, как настроить это максимально просто, частично поберечь батарею и научить это работать в фоновом режиме. Как побочный эффект, вы автоматически таким образом нау́читесь "шарить" симки, карты и учётки себе и другим (только никому!).

https://habr.com/ru/articles/980964/

#macrodroid #tasker #automate #telegram #telegram_bot

Настройка смартфонов для пересылки SMS и уведомлений в Telegram

TL;DR Автор настроил Telegram-чат, куда несколько смартфонов скидывают пуши с помощью MacroDroid и/или Tasker. Пособие, как настроить это максимально просто, частично поберечь батарею и научить это...

Хабр
Imagine being so lazy you code #webinterface to control the #music on the device right next2you ...

 

https://codeberg.org/alceawisteria/AudioplayerIntentWebController

#CodeAlcea #MacroDroid × #Tasker
(And even if someone finds it.. it only works when the device screen is ofc, wifi is connected and a special bt headphone is connected)

But having all, 298 albums at my fingertipsis awesome
  
#CodeAlcea
#repost •acws #acws
AudioplayerIntentWebController

Control your Poweramp ffom Web via PHP, JS and Macrodroid&Tasker (ondevice)

Codeberg.org

Does anybody use or have used MacroDroid and could tell me anything _negative_ about it? I don't need positives, I know it does what I need, I just want to know why I _shouldn't_ use. TIA.

#Android #MacroDroid

Forgot to mention: featuring #Macrodroid and #ntfy
I figured out a way to set up a very simple cloud save for offline #games using #Nextcloud. On #Linux, I simply replace the save data directories to be symlinks to locations synchronized with Nextcloud. On #Android, I simply add a #MacroDroid action that triggers when the game exits, where it first run a shell script using #Shizuku to copy the save files to a location where normal apps can read, and then send an intent to trigger a synchronization task of Round Sync (runs #rclone on Android).

Как собирать цены конкурентов с помощью macrodroid на телефоне

В данной статье напишем нехитрый макрос, который позволит собирать товарные позиции из мобильного приложения в виде скриншотов и сохранять их прямо на телефоне. Далее полученные скриншоты из галереи телефона можно будет использовать, например, чтобы извлекать цены и/или товарные позиции.

https://habr.com/ru/articles/889496/

#macrodroid #парсинг #мобильные_приложения

Как собирать цены конкурентов с помощью macrodroid на телефоне

В данной статье напишем нехитрый макрос, который позволит собирать товарные позиции из мобильного приложения в виде скриншотов и сохранять их прямо на телефоне. Далее полученные скриншоты из галереи...

Хабр

Une question de niche concernant #android et #Antennapod

J'utilise #Macrodroid pour automatiser pas mal de trucs. J'aimerais que mes podcasts se mettent à jour au branchement sur secteur.

J'envoie un "intent", l'action étant "de.danoeh.antennapod.net.download.service.feed.FeedUpdateReceiver" comme indiqué sur le forum¹ (la doc est obsolète sur ce point)

Mais ça ne marche juste pas. 😔 Je ne trouve aucun message d'erreur.

Des idées ? 🙏

¹ https://forum.antennapod.org/t/beta-3-4-0-beta4-tasker-send-intent-no-longer-works/4564/6

BETA 3.4.0-beta4 - Tasker: Send Intent No Longer Works

@ari_tafari can you try the following? I am just guessing though by looking at the code de.danoeh.antennapod.net.download.service.feed.FeedUpdateReceiver

AntennaPod Forum

Frühere nutzte ich die App #Macrodroid unter #Android aber mit meinen neuen #SmartPhone funktioniert es nicht mehr. Grund: die Benötigte Helper App wurde unter einer alten SDK <v22 Kit erstellt dass bei aktuellen Smartphones nicht mehr unterstützt wird. Anstatt die Helper Datei neu zu schreiben wird über Möglichkeiten diskutiert das zum laufen (per ADP Bridge) zu bekommen. Versteht das einer?

https://www.macrodroidforum.com/index.php?threads/installing-helper-on-android-14.5606/

https://www.macrodroidforum.com/index.php?threads/macrodroid-helper-apk.1/

Installing helper on Android 14+

While waiting for an official guide, users are starting to come here to get help about installing or updating the helper app on Android 14+. Because Google is so keen to "protect our privacy", applications targeting SDK 22 or lower can no longer be installed or updated on devices - at least not...

MacroDroid Forum

Any Android 'Intent' experts here?

I discovered Intents and realized it can bridge the gap that I have with automation!!

I used LogCat to sniff an Activity, but the log truncated the data field (for example: dat=proton-calendar://protonmail.com/.... The ellipses are literally in the log string).

Questions

  • How the heck can I exfiltrate the rest of the field?
  • what is a good resource for learning about the different fields of Intents? (Google/DDG is dry)
  • ---

    Note: I have MacroDroid for dispatching Intents, but I'm not sure if I'm calling the action & data correctly.

    It could be that I AM correctly calling action, but that without the proper data payload, it merely calls the main action upon the package's class as if I didn't specify an action

    #android #adb #macrodroid #logcat #protonmail #protoncalendar @protonprivacy #developer #androiddevelopment