Skip to content

Commit

Permalink
Update config.py.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosaidev authored May 24, 2020
1 parent 565719f commit 60207c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.py.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ elasticsearch_host = "localhost"
elasticsearch_port = 9200
elasticsearch_user = ""
elasticsearch_password = ""
consumer_key = "wA4nfiLzLZn8nfJUms7W44Lu9"
consumer_secret = "R3oYihq08zkWf3qLu5auiO0BcNzegs7gpW47oWgJCQuBAKyLr4"
access_token = "912155670882820096-jr9ipJ6FqyzcCc6v4c6ahPaQZmjx5JY"
access_token_secret = "3GfwcUW4rsyVvPbKnkHfRW0iDZgzQcHbO9mtvYdGF0RRI"
consumer_key = ""
consumer_secret = ""
access_token = ""
access_token_secret = ""
nltk_tokens_required = ("neuralink", "solar", "tesla", "@tesla", "#tesla", "tesla", "tsla", "#tsla", "elonmusk", "elon", "musk", "spacex", "starlink")
nltk_min_tokens = 1
nltk_tokens_ignored = ("win", "giveaway")
Expand All @@ -17,4 +17,4 @@ twitter_feeds = ["@elonmusk", "@cnbc", "@benzinga", "@stockwits",
"@muddywatersre", "@mcuban", "@AswathDamodaran", "@elerianm",
"@MorganStanley", "@ianbremmer", "@GoldmanSachs", "@Wu_Tang_Finance",
"@Schuldensuehner", "@NorthmanTrader", "@Frances_Coppola", "@bySamRo",
"@BuzzFeed","@nytimes"]
"@BuzzFeed","@nytimes"]

0 comments on commit 60207c4

Please sign in to comment.