Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created January 29, 2018 03:45
Show Gist options
  • Save jrabbit/aaff4c0180c2c30fd907fd33a6f8c952 to your computer and use it in GitHub Desktop.
Save jrabbit/aaff4c0180c2c30fd907fd33a6f8c952 to your computer and use it in GitHub Desktop.
@cli_base.command()
@click.option("--conf-file", default=os.path.join(folder, "pyborg.twitter.toml"))
def twitter_debug_shell(conf_file):
api = get_api(conf_file)
from IPython import embed
embed()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment