Skip to content

Instantly share code, notes, and snippets.

View doob187's full-sized avatar
👋
.. blubba blubba ätsch ... adios ...

doob187

👋
.. blubba blubba ätsch ... adios ...
  • HL-SecWW Limited
  • Isla de Muerta
View GitHub Profile
@minhazulOO7
minhazulOO7 / 0-Cloudflare DDNS using Bash Script with Crontab or Systemd Timer-readme.md
Last active April 23, 2022 01:23
Cloudflare Client API v4 DDNS IP Update Using Bash Script (IPv4/ IPv6)

Cloudflare DDNS using Bash Script with Crontab/ Systemd Timer

This script will check if external IP is changed or not and will update the external IP of A or AAAA record in Cloudflare DNS using API token/ global API key method.

Script Requirements

@nwithan8
nwithan8 / add_plex_section_to_radarr.py
Last active October 29, 2021 07:31
Add all items from a Plex Media Server library section to a Radarr instance.
"""
Add all items from a Plex Media Server library section to a Radarr instance.
Use this to mass import a Plex movie section into Radarr in the event of Radarr reset or database corruption.
Copyright 2020 - Nate Harris
"""
"""
Setup: ``pip install requests progress plexapi``
"""