This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Title: Axel Springer Filters | |
! Expires: 4 days | |
! Description: Filters with domains from Axel Springer SE, content from https://goo.gl/D3u0Tz (modified) | |
! Homepage: https://gist.github.com/quantenProjects/903ca1a9e4f395fafb93b2ff4502b665 | |
axel-springer-akademie.de | |
ein-herz-fuer-kinder.de | |
ikiosk.de | |
bild.de | |
bz-berlin.de | |
welt.de |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
execute w and df -h on server | |
""" | |
import plugins | |
import subprocess | |
def _initialize(bot): | |
plugins.register_admin_command(['w']) | |
plugins.register_admin_command(['df']) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import plugins | |
import pyowm | |
def _initialise(bot): | |
plugins.register_user_command(["wetter"]) | |
def wetter(bot, event, *args): | |
# own API-Key from OpenWeatherMap needed | |
owm = pyowm.OWM('apikey') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zeit und Datum auswählen, dann in den gewünschten Bereich in der Karte klicken. Ein Fenster öffnet sich und zeigt die Blitzdetails an. Dieses wieder schließen und am Ende der Seite auf Export klicken. Dann den Inhalt des Textfeldes kopieren und in eine Datei mit Endung .gpx schreiben. Als Name wird die Stromstärke angegeben |
NewerOlder