A discord bot framework written in python. Supports starting a bot via a token, configuration via YAML files, database tables/sessions, and custom plugins.
Includes some pre-written functions for:
You can view and download the source code on Github.
Hathor is a python package and command line tool that can be used to download and manage media files from RSS Feeds and Youtube Channels.
The package includes two command line scripts:
hathor
: CLI Script for Hathor packageaudio-tool
: A small cli that can edit audio file metadataData from hathor is stored in a SQLITE database, where a "podcast" configuration will contain the following:
Once hathor has this data for a given podcast, a sync can be run to gather the latest "episodes", and download them if requested. When a given episode is downloaded, hathor can also configure the audio metadata for the file.
In addition, plugins can be added to hathor, which can be configured to run after any defined function.
You can view and download the source code on Github.
Backup Tool is a python package and command line tool that can be used to encrypt and backup local files to Oracle Cloud Infrastructures Object Storage.
Backup Tool uses a basic AES Encryption method with a password of 16, 24, or 32 characters in length.
Local file paths, md5 sums for the original file and the encrypted file, and object name of the uploaded file are all stored in a local sqlite database.
You can view and download the source code on Github.
A python package that can get the latest arrival predictions for AC Transit, Bart, and SF-Muni.
Contains wrapper scripts to store commonly looked up stops and routes.
You can view and download the source code on Github.
A fork of the MagicMirror Bart arrival time module that adds in Bart service advisories.
You can view and download the source code on Github.