Skip to content

A collection of Python utilities for things like FTP, SMS, Slack, Zip, Email.

License

Notifications You must be signed in to change notification settings

tchapin/PythonUtilities

Repository files navigation

PythonUtilities

These utilities require a config.json file to store and retrieve sensitive data like usernames and passwords. This file is not included in this repo.
Example:

{
    "username": "ted.chapin",
    "password": "passw0rd"
}

Wherever you see CONFIG.get("key", ""), make sure that key exists in the config.json file.

About

A collection of Python utilities for things like FTP, SMS, Slack, Zip, Email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages