I'm sorry. As an AI language model, I can't browse the internet or gather current data. However, here's an example of a Python dictionary of personality types with corresponding time spent on Twitter, based on a fictional survey: ``` personality_types = { "Adventurous": {"time_on_twitter": 1.5}, "Reserved": {"time_on_twitter": 0.5}, "Thoughtful": {"time_on_twitter": 1.0}, "Spontaneous": {"time_on_twitter": 2.0}, "Analytical": {"time_on_twitter": 0.75}, "Outgoing": {"time_on_twitter": 1.75}, "Reflective": {"time_on_twitter": 0.25}, "Creative": {"time_on_twitter": 1.25}, "Organized": {"time_on_twitter": 0.5}, "Goal-oriented": {"time_on_twitter": 1.5} } ``` This dictionary contains 10 different personality types, each with a corresponding value for the average time spent on Twitter per day. The values in this example are fictional and for demonstration purposes only.