A "Best of the Best Practices" (BOBP) guide to developing in Python.
- "Build tools for others that you want to be built for you." - Kenneth Reitz
- "Simplicity is alway better than functionality." - Pieter Hintjens
#! /usr/bin/env perl | |
# NOTE: in order to use this, you need to fill in the various tokens in the constructor at the bottom! | |
package Net::Twitter::Role::Mute; | |
use Moose::Role; | |
use Net::Twitter::API; | |
base_url 'apiurl'; | |
authenticate 1; |