forked from TurkMcGill/vectorator
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.py
9 lines (9 loc) · 904 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
#loc_city = "No longer supported" # Enter your city name (this is for the weather)
#loc_region = "No longer supported" # Enter either your state or country
weather_location = "" # Seems pretty flexible: city, state; major city name; zip code; city, country
news_count = 2 # How many news stories Vector should read (max is 7 to 9)
vector_mood = "normal" # Normal is the only mood at the moment
temperature = "farenheit" # Enter "farenheit" or "celsius"
chattiness = 6 # Enter a number between "1" and "10". The number "5" is average. ("10" is VERY chatty.) This feature still needs work.
sound_volume = 1 # Vector's sound effects between "1" and "5". (5 is very loud)
voice_volume = 2 # Vector's voice volume between "1" and "5". (5 is very loud)