WeDroid a Python 3 based weather assistant

descriptionStandard

Introducing WeDroid a Python based weather assistant. Originally a weather reporting script that returned the current weather status in a short message form. It was written right after the Metal Gear Solid V: The Phantom Pain’s release (9 years ago) and was heavily influenced by the iDroid weather reports that Venom Snake would receive in-game.…

Introducing WeDroid a Python based weather assistant. Originally a weather reporting script that returned the current weather status in a short message form. It was written right after the Metal Gear Solid V: The Phantom Pain’s release (9 years ago) and was heavily influenced by the iDroid weather reports that Venom Snake would receive in-game. These reports would indicate drastic changes like sandstorms, rain, or the weather clearing.

WeDroid provides a method to generate messages in a similar style for real-world weather events based on your location (if desired).

It features additional enhancements for Termux and Tasker on Android devices.

Continue reading

Sending messages to Mattermost or Slack Webhooks using Python 3

descriptionStandard

In this article I will demonstrate another method for posting messages to a Mattermost/Slack instance but this time from Python 3 by utilising an incoming webhook.

In this article I will demonstrate another method for posting messages to a Mattermost/Slack instance but this time from Python 3 by utilising an incoming webhook.

Continue reading