Commit 2540fb48 authored by Francesco Poldi's avatar Francesco Poldi

Removed old args

parent c8570a1f
......@@ -77,10 +77,6 @@ def initialize(args):
c.Limit = args.limit
c.Count = args.count
c.Stats = args.stats
c.hostname = args.hostname
c.Database = args.database
c.DB_user = args.DB_user
c.DB_pwd = args.DB_pwd
c.To = args.to
c.All = args.all
c.Essid = args.essid
......@@ -138,10 +134,6 @@ def options():
action="store_true")
ap.add_argument("--stats", help="Show number of replies, retweets, and likes.",
action="store_true")
ap.add_argument("--hostname", help="Store the mysql database host")
ap.add_argument("-db", "--database", help="Store Tweets in a sqlite3 or mysql database.")
ap.add_argument("--DB_user", help="Store the mysql database user")
ap.add_argument("--DB_pwd", help="Store the mysql database pwd")
ap.add_argument("--to", help="Search Tweets to a user.")
ap.add_argument("--all", help="Search all Tweets associated with a user.")
ap.add_argument("--followers", help="Scrape a person's followers.", action="store_true")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment