LinuxFest Northwest 2008 Presentation

Replace Yourself With Python

  • ais_download.py - setup passwords for product download website
  • mail-grep.py - Use IMAP and python to grep mail for specific strings
  • mail_customers.py - Use smtplib and python to announce new releases to customers
  • release.txt - Template file used by mail_customers.py
  • ssh_thread.py - Threaded skeleton to run a ssh command on multiple servers in parallel with randomized start time.