this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added help text for --auth option

+1
+1
twitter_to_sqlite/cli.py
··· 53 53 "--auth", 54 54 type=click.Path(file_okay=True, dir_okay=False, allow_dash=True, exists=True), 55 55 default="auth.json", 56 + help="Path to auth.json token file", 56 57 ) 57 58 @click.option("--user_id", help="Numeric user ID") 58 59 @click.option("--screen_name", help="Screen name")